Html Css Color HEX #D06AB9 Fuchsia

📋 copy color: '#D06AB9'

red 208 ◦ green 106 ◦ blue 185

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

Shades of Fuchsia #D06AB9

Tints of Fuchsia #D06AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 41.68%
G = 21.24%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06AB9 (or 0xD06AB9) is known color: Fuchsia. HEX triplet: D0, 6A and B9. RGB value is (208,106,185). Sum of RGB (Red+Green+Blue) = 208+106+185=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AB9 is #2F9546. Grayscale: #919191. Windows color (decimal): -3118407 or 12151504. OLE color: 12151504.

HSL color Cylindrical-coordinate representation of color #D06AB9: hue angle of 313.53º 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 #D06AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 185 -
CMYK 0 0.49 0.11 0.18
HSL 313.53º 0.52% 0.62% -
HSV(B) 313.53º 0.49% 0.82% -
XYZ 39.92 27.22 49.05 -
YUV 145.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 208 106 185 0 0.49 0.11 0.18 313.53 0.52 0.62
Hex D0 6A B9 0 31 B 12 13A 34 3E
Octal 320 152 271 0 61 13 22 472 64 76
Binary 11010000 1101010 10111001 0 110001 1011 10010 100111010 110100 111110

Color Harmonies of #D06AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AB9

Black with #D06AB9

Text Example


Text Example

White with #D06AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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