Html Css Color HEX #D06AB2 Fuchsia

📋 copy color: '#D06AB2'

red 208 ◦ green 106 ◦ blue 178

#D06AB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D06AB2

Tints of Fuchsia #D06AB2

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 106 (41.8% from 255) = 21.54%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 42.28%
G = 21.54%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D06AB2 (or 0xD06AB2) is known color: Fuchsia. HEX triplet: D0, 6A and B2. RGB value is (208,106,178). Sum of RGB (Red+Green+Blue) = 208+106+178=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AB2 is #2F954D. Grayscale: #909090. Windows color (decimal): -3118414 or 11692752. OLE color: 11692752.

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

Color convert

RGB 208 106 178 -
CMYK 0 0.49 0.14 0.18
HSL 317.65º 0.52% 0.62% -
HSV(B) 317.65º 0.49% 0.82% -
XYZ 39.2 26.93 45.25 -
YUV 144.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 208 106 178 0 0.49 0.14 0.18 317.65 0.52 0.62
Hex D0 6A B2 0 31 E 12 13E 34 3E
Octal 320 152 262 0 61 16 22 476 64 76
Binary 11010000 1101010 10110010 0 110001 1110 10010 100111110 110100 111110

Color Harmonies of #D06AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AB2

Black with #D06AB2

Text Example


Text Example

White with #D06AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AB2; }

 p { color: rgb(208,106,178); }

 H1.HeaderClassName
 {
   color: #D06AB2;
 }
 .AnyTagClassName
 {
   color: #D06AB2;
 }
</style>

background-color css

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

 a { background-color: rgb(208,106,178); }

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

border-color css

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

 span { border-color: rgb(208,106,178); }

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