Html Css Color HEX #D06AB3 Fuchsia

📋 copy color: '#D06AB3'

red 208 ◦ green 106 ◦ blue 179

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

Shades of Fuchsia #D06AB3

Tints of Fuchsia #D06AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 42.19%
G = 21.5%
B = 36.31%

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

#D06AB3 (or 0xD06AB3) is known color: Fuchsia. HEX triplet: D0, 6A and B3. RGB value is (208,106,179). Sum of RGB (Red+Green+Blue) = 208+106+179=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AB3 is #2F954C. Grayscale: #909090. Windows color (decimal): -3118413 or 11758288. OLE color: 11758288.

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

Color convert

RGB 208 106 179 -
CMYK 0 0.49 0.14 0.18
HSL 317.06º 0.52% 0.62% -
HSV(B) 317.06º 0.49% 0.82% -
XYZ 39.3 26.97 45.78 -
YUV 144.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 208 106 179 0 0.49 0.14 0.18 317.06 0.52 0.62
Hex D0 6A B3 0 31 E 12 13D 34 3E
Octal 320 152 263 0 61 16 22 475 64 76
Binary 11010000 1101010 10110011 0 110001 1110 10010 100111101 110100 111110

Color Harmonies of #D06AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AB3

Black with #D06AB3

Text Example


Text Example

White with #D06AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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