Html Css Color HEX #D06BB8 Fuchsia

📋 copy color: '#D06BB8'

red 208 ◦ green 107 ◦ blue 184

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

Shades of Fuchsia #D06BB8

Tints of Fuchsia #D06BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 41.68%
G = 21.44%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D06BB8 (or 0xD06BB8) is known color: Fuchsia. HEX triplet: D0, 6B and B8. RGB value is (208,107,184). Sum of RGB (Red+Green+Blue) = 208+107+184=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BB8 is #2F9447. Grayscale: #919191. Windows color (decimal): -3118152 or 12086224. OLE color: 12086224.

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

Color convert

RGB 208 107 184 -
CMYK 0 0.49 0.12 0.18
HSL 314.26º 0.52% 0.62% -
HSV(B) 314.26º 0.49% 0.82% -
XYZ 39.92 27.39 48.53 -
YUV 145.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 208 107 184 0 0.49 0.12 0.18 314.26 0.52 0.62
Hex D0 6B B8 0 31 C 12 13A 34 3E
Octal 320 153 270 0 61 14 22 472 64 76
Binary 11010000 1101011 10111000 0 110001 1100 10010 100111010 110100 111110

Color Harmonies of #D06BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BB8

Black with #D06BB8

Text Example


Text Example

White with #D06BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BB8; }

 p { color: rgb(208,107,184); }

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

background-color css

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

 a { background-color: rgb(208,107,184); }

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

border-color css

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

 span { border-color: rgb(208,107,184); }

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