Html Css Color HEX #D60EAD Hollywood Cerise

📋 copy color: '#D60EAD'

red 214 ◦ green 14 ◦ blue 173

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

Shades of Hollywood Cerise #D60EAD

Tints of Hollywood Cerise #D60EAD

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

 GREEN value IS 14 (5.86% from 255) = 3.49%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 53.37%
G = 3.49%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D60EAD (or 0xD60EAD) is known color: Hollywood Cerise. HEX triplet: D6, 0E and AD. RGB value is (214,14,173). Sum of RGB (Red+Green+Blue) = 214+14+173=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60EAD is #29F152. Grayscale: #5B5B5B. Windows color (decimal): -2748755 or 11341526. OLE color: 11341526.

HSL color Cylindrical-coordinate representation of color #D60EAD: hue angle of 312.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60EAD is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 173 -
CMYK 0 0.93 0.19 0.16
HSL 312.3º 0.88% 0.45% -
HSV(B) 312.3º 0.93% 0.84% -
XYZ 35.43 17.63 41.07 -
YUV 91.93 173.76 215.07 -
System Red Green Blue C M Y K H S L
Decimal 214 14 173 0 0.93 0.19 0.16 312.3 0.88 0.45
Hex D6 E AD 0 5D 13 10 138 58 2D
Octal 326 16 255 0 135 23 20 470 130 55
Binary 11010110 1110 10101101 0 1011101 10011 10000 100111000 1011000 101101

Color Harmonies of #D60EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EAD

Black with #D60EAD

Text Example


Text Example

White with #D60EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EAD; }

 p { color: rgb(214,14,173); }

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

background-color css

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

 a { background-color: rgb(214,14,173); }

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

border-color css

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

 span { border-color: rgb(214,14,173); }

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