Html Css Color HEX #D60FA6 Hollywood Cerise

📋 copy color: '#D60FA6'

red 214 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #D60FA6

Tints of Hollywood Cerise #D60FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 54.18%
G = 3.8%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D60FA6 (or 0xD60FA6) is known color: Hollywood Cerise. HEX triplet: D6, 0F and A6. RGB value is (214,15,166). Sum of RGB (Red+Green+Blue) = 214+15+166=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60FA6 is #29F059. Grayscale: #5B5B5B. Windows color (decimal): -2748506 or 10883030. OLE color: 10883030.

HSL color Cylindrical-coordinate representation of color #D60FA6: hue angle of 314.47º degrees, saturation: 0.87, 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 #D60FA6 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 166 -
CMYK 0 0.93 0.22 0.16
HSL 314.47º 0.87% 0.45% -
HSV(B) 314.47º 0.93% 0.84% -
XYZ 34.79 17.39 37.6 -
YUV 91.72 169.93 215.22 -
System Red Green Blue C M Y K H S L
Decimal 214 15 166 0 0.93 0.22 0.16 314.47 0.87 0.45
Hex D6 F A6 0 5D 16 10 13A 57 2D
Octal 326 17 246 0 135 26 20 472 127 55
Binary 11010110 1111 10100110 0 1011101 10110 10000 100111010 1010111 101101

Color Harmonies of #D60FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FA6

Black with #D60FA6

Text Example


Text Example

White with #D60FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FA6; }

 p { color: rgb(214,15,166); }

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

background-color css

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

 a { background-color: rgb(214,15,166); }

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

border-color css

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

 span { border-color: rgb(214,15,166); }

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