Html Css Color HEX #D066B3 Fuchsia

📋 copy color: '#D066B3'

red 208 ◦ green 102 ◦ blue 179

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

Shades of Fuchsia #D066B3

Tints of Fuchsia #D066B3

RGB

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

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

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

R = 42.54%
G = 20.86%
B = 36.61%

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

#D066B3 (or 0xD066B3) is known color: Fuchsia. HEX triplet: D0, 66 and B3. RGB value is (208,102,179). Sum of RGB (Red+Green+Blue) = 208+102+179=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B3 is #2F994C. Grayscale: #8E8E8E. Windows color (decimal): -3119437 or 11757264. OLE color: 11757264.

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

Color convert

RGB 208 102 179 -
CMYK 0 0.51 0.14 0.18
HSL 316.42º 0.53% 0.61% -
HSV(B) 316.42º 0.51% 0.82% -
XYZ 38.9 26.17 45.65 -
YUV 142.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 208 102 179 0 0.51 0.14 0.18 316.42 0.53 0.61
Hex D0 66 B3 0 33 E 12 13C 35 3D
Octal 320 146 263 0 63 16 22 474 65 75
Binary 11010000 1100110 10110011 0 110011 1110 10010 100111100 110101 111101

Color Harmonies of #D066B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066B3

Black with #D066B3

Text Example


Text Example

White with #D066B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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