Html Css Color HEX #D066B4 Fuchsia

📋 copy color: '#D066B4'

red 208 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #D066B4

Tints of Fuchsia #D066B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 42.45%
G = 20.82%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D066B4 (or 0xD066B4) is known color: Fuchsia. HEX triplet: D0, 66 and B4. RGB value is (208,102,180). Sum of RGB (Red+Green+Blue) = 208+102+180=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B4 is #2F994B. Grayscale: #8E8E8E. Windows color (decimal): -3119436 or 11822800. OLE color: 11822800.

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

Color convert

RGB 208 102 180 -
CMYK 0 0.51 0.13 0.18
HSL 315.85º 0.53% 0.61% -
HSV(B) 315.85º 0.51% 0.82% -
XYZ 39 26.21 46.18 -
YUV 142.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 208 102 180 0 0.51 0.13 0.18 315.85 0.53 0.61
Hex D0 66 B4 0 33 D 12 13C 35 3D
Octal 320 146 264 0 63 15 22 474 65 75
Binary 11010000 1100110 10110100 0 110011 1101 10010 100111100 110101 111101

Color Harmonies of #D066B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066B4

Black with #D066B4

Text Example


Text Example

White with #D066B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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