#D22AB9

Color #D22AB9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D22AB9

Tints of Fuchsia #D22AB9

Color information

#D22AB9 (or 0xD22AB9) is unknown color: approx Fuchsia. HEX triplet: D2, 2A and B9. RGB value is (210,42,185). Sum of RGB (Red+Green+Blue) = 210+42+185=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D22AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22AB9 is #2DD546. Grayscale: #6C6C6C. Windows color (decimal): -3003719 or 12135122. OLE color: 12135122.

HSL color Cylindrical-coordinate representation of color #D22AB9: hue angle of 308.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22AB9 is Cyan = 0, Magento = 0.8, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB21042185-
CMYK00.80.120.18
HSL308.93º66.67%49.41%-
HSV(B)308.93º80%82.35%-
XYZ36.1618.8647.63-
YUV108.53171.16200.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 42 (16.80% from 255) = 9.61%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=48.05%
G=9.61%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104218500.80.120.18308.9366.6749.41
HexD22AB9050C121354331
Octal322522710120142246510361
Binary1101001010101010111001010100001100100101001101011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22AB9; }

 p { color: rgb(210,42,185); }

 H1.HeaderClassName
 {
   color: #D22AB9;
 }
 .AnyTagClassName
 {
   color: #D22AB9;
 }
</style>
background-color css

<style>
 a { background-color: #D22AB9; }

 a { background-color: rgb(210,42,185); }

 div.DivClassName
 {
   background-color: #D22AB9;
 }
 .BgClassName
 {
   background-color: #D22AB9;
 }
</style>
border-color css

<style>
 span { border-color: #D22AB9; }

 span { border-color: rgb(210,42,185); }

 td.TdClassName
 {
   border-color: #D22AB9;
 }
 .TagClassName
 {
   border-color: #D22AB9;
 }
</style>