Html Css Color HEX #D619AD Hollywood Cerise

📋 copy color: '#D619AD'

red 214 ◦ green 25 ◦ blue 173

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

Shades of Hollywood Cerise #D619AD

Tints of Hollywood Cerise #D619AD

RGB

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

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

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

R = 51.94%
G = 6.07%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D619AD (or 0xD619AD) is known color: Hollywood Cerise. HEX triplet: D6, 19 and AD. RGB value is (214,25,173). Sum of RGB (Red+Green+Blue) = 214+25+173=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D619AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619AD is #29E652. Grayscale: #616161. Windows color (decimal): -2745939 or 11344342. OLE color: 11344342.

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

Color convert

RGB 214 25 173 -
CMYK 0 0.88 0.19 0.16
HSL 313.02º 0.79% 0.47% -
HSV(B) 313.02º 0.88% 0.84% -
XYZ 35.62 18.01 41.13 -
YUV 98.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 214 25 173 0 0.88 0.19 0.16 313.02 0.79 0.47
Hex D6 19 AD 0 58 13 10 139 4F 2F
Octal 326 31 255 0 130 23 20 471 117 57
Binary 11010110 11001 10101101 0 1011000 10011 10000 100111001 1001111 101111

Color Harmonies of #D619AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619AD

Black with #D619AD

Text Example


Text Example

White with #D619AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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