Html Css Color HEX #D066B2 Fuchsia

📋 copy color: '#D066B2'

red 208 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #D066B2

Tints of Fuchsia #D066B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 42.62%
G = 20.9%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D066B2 (or 0xD066B2) is known color: Fuchsia. HEX triplet: D0, 66 and B2. RGB value is (208,102,178). Sum of RGB (Red+Green+Blue) = 208+102+178=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066B2 is #2F994D. Grayscale: #8E8E8E. Windows color (decimal): -3119438 or 11691728. OLE color: 11691728.

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

Color convert

RGB 208 102 178 -
CMYK 0 0.51 0.14 0.18
HSL 316.98º 0.53% 0.61% -
HSV(B) 316.98º 0.51% 0.82% -
XYZ 38.8 26.13 45.12 -
YUV 142.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 208 102 178 0 0.51 0.14 0.18 316.98 0.53 0.61
Hex D0 66 B2 0 33 E 12 13D 35 3D
Octal 320 146 262 0 63 16 22 475 65 75
Binary 11010000 1100110 10110010 0 110011 1110 10010 100111101 110101 111101

Color Harmonies of #D066B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066B2

Black with #D066B2

Text Example


Text Example

White with #D066B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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