Html Css Color HEX #D60FAC Hollywood Cerise

📋 copy color: '#D60FAC'

red 214 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #D60FAC

Tints of Hollywood Cerise #D60FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 53.37%
G = 3.74%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D60FAC (or 0xD60FAC) is known color: Hollywood Cerise. HEX triplet: D6, 0F and AC. RGB value is (214,15,172). Sum of RGB (Red+Green+Blue) = 214+15+172=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60FAC is #29F053. Grayscale: #5B5B5B. Windows color (decimal): -2748500 or 11276246. OLE color: 11276246.

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

Color convert

RGB 214 15 172 -
CMYK 0 0.93 0.20 0.16
HSL 312.66º 0.87% 0.45% -
HSV(B) 312.66º 0.93% 0.84% -
XYZ 35.35 17.62 40.57 -
YUV 92.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 214 15 172 0 0.93 0.20 0.16 312.66 0.87 0.45
Hex D6 F AC 0 5D 14 10 139 57 2D
Octal 326 17 254 0 135 24 20 471 127 55
Binary 11010110 1111 10101100 0 1011101 10100 10000 100111001 1010111 101101

Color Harmonies of #D60FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FAC

Black with #D60FAC

Text Example


Text Example

White with #D60FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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