Html Css Color HEX #D066B8 Fuchsia

📋 copy color: '#D066B8'

red 208 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #D066B8

Tints of Fuchsia #D066B8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

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

R = 42.11%
G = 20.65%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D066B8 (or 0xD066B8) is known color: Fuchsia. HEX triplet: D0, 66 and B8. RGB value is (208,102,184). Sum of RGB (Red+Green+Blue) = 208+102+184=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B8 is #2F9947. Grayscale: #8E8E8E. Windows color (decimal): -3119432 or 12084944. OLE color: 12084944.

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

Color convert

RGB 208 102 184 -
CMYK 0 0.51 0.12 0.18
HSL 313.58º 0.53% 0.61% -
HSV(B) 313.58º 0.51% 0.82% -
XYZ 39.42 26.37 48.36 -
YUV 143.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 208 102 184 0 0.51 0.12 0.18 313.58 0.53 0.61
Hex D0 66 B8 0 33 C 12 13A 35 3D
Octal 320 146 270 0 63 14 22 472 65 75
Binary 11010000 1100110 10111000 0 110011 1100 10010 100111010 110101 111101

Color Harmonies of #D066B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066B8

Black with #D066B8

Text Example


Text Example

White with #D066B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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