Html Css Color HEX #D06DB5 Fuchsia

📋 copy color: '#D06DB5'

red 208 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #D06DB5

Tints of Fuchsia #D06DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 41.77%
G = 21.89%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D06DB5 (or 0xD06DB5) is known color: Fuchsia. HEX triplet: D0, 6D and B5. RGB value is (208,109,181). Sum of RGB (Red+Green+Blue) = 208+109+181=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DB5 is #2F924A. Grayscale: #929292. Windows color (decimal): -3117643 or 11890128. OLE color: 11890128.

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

Color convert

RGB 208 109 181 -
CMYK 0 0.48 0.13 0.18
HSL 316.36º 0.51% 0.62% -
HSV(B) 316.36º 0.48% 0.82% -
XYZ 39.82 27.68 46.96 -
YUV 146.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 208 109 181 0 0.48 0.13 0.18 316.36 0.51 0.62
Hex D0 6D B5 0 30 D 12 13C 33 3E
Octal 320 155 265 0 60 15 22 474 63 76
Binary 11010000 1101101 10110101 0 110000 1101 10010 100111100 110011 111110

Color Harmonies of #D06DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DB5

Black with #D06DB5

Text Example


Text Example

White with #D06DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DB5; }

 p { color: rgb(208,109,181); }

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

background-color css

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

 a { background-color: rgb(208,109,181); }

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

border-color css

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

 span { border-color: rgb(208,109,181); }

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