Html Css Color HEX #D619AC Hollywood Cerise

📋 copy color: '#D619AC'

red 214 ◦ green 25 ◦ blue 172

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

Shades of Hollywood Cerise #D619AC

Tints of Hollywood Cerise #D619AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

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

R = 52.07%
G = 6.08%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D619AC (or 0xD619AC) is known color: Hollywood Cerise. HEX triplet: D6, 19 and AC. RGB value is (214,25,172). Sum of RGB (Red+Green+Blue) = 214+25+172=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D619AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619AC is #29E653. Grayscale: #616161. Windows color (decimal): -2745940 or 11278806. OLE color: 11278806.

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

Color convert

RGB 214 25 172 -
CMYK 0 0.88 0.20 0.16
HSL 313.33º 0.79% 0.47% -
HSV(B) 313.33º 0.88% 0.84% -
XYZ 35.53 17.97 40.63 -
YUV 98.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 214 25 172 0 0.88 0.20 0.16 313.33 0.79 0.47
Hex D6 19 AC 0 58 14 10 139 4F 2F
Octal 326 31 254 0 130 24 20 471 117 57
Binary 11010110 11001 10101100 0 1011000 10100 10000 100111001 1001111 101111

Color Harmonies of #D619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619AC

Black with #D619AC

Text Example


Text Example

White with #D619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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