Html Css Color HEX #D618AC Hollywood Cerise

📋 copy color: '#D618AC'

red 214 ◦ green 24 ◦ blue 172

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

Shades of Hollywood Cerise #D618AC

Tints of Hollywood Cerise #D618AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 52.2%
G = 5.85%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D618AC (or 0xD618AC) is known color: Hollywood Cerise. HEX triplet: D6, 18 and AC. RGB value is (214,24,172). Sum of RGB (Red+Green+Blue) = 214+24+172=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D618AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618AC is #29E753. Grayscale: #616161. Windows color (decimal): -2746196 or 11278550. OLE color: 11278550.

HSL color Cylindrical-coordinate representation of color #D618AC: hue angle of 313.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618AC is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 172 -
CMYK 0 0.89 0.20 0.16
HSL 313.26º 0.8% 0.47% -
HSV(B) 313.26º 0.89% 0.84% -
XYZ 35.5 17.93 40.62 -
YUV 97.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 214 24 172 0 0.89 0.20 0.16 313.26 0.8 0.47
Hex D6 18 AC 0 59 14 10 139 50 2F
Octal 326 30 254 0 131 24 20 471 120 57
Binary 11010110 11000 10101100 0 1011001 10100 10000 100111001 1010000 101111

Color Harmonies of #D618AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618AC

Black with #D618AC

Text Example


Text Example

White with #D618AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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