Html Css Color HEX #D70CAD Hollywood Cerise

📋 copy color: '#D70CAD'

red 215 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #D70CAD

Tints of Hollywood Cerise #D70CAD

RGB

 RED value IS 215 (84.38% from 255) = 53.75%

 GREEN value IS 12 (5.08% from 255) = 3%

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

R = 53.75%
G = 3%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D70CAD (or 0xD70CAD) is known color: Hollywood Cerise. HEX triplet: D7, 0C and AD. RGB value is (215,12,173). Sum of RGB (Red+Green+Blue) = 215+12+173=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CAD is #28F352. Grayscale: #5A5A5A. Windows color (decimal): -2683731 or 11341015. OLE color: 11341015.

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

Color convert

RGB 215 12 173 -
CMYK 0 0.94 0.20 0.16
HSL 312.41º 0.89% 0.45% -
HSV(B) 312.41º 0.94% 0.84% -
XYZ 35.7 17.73 41.08 -
YUV 91.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 215 12 173 0 0.94 0.20 0.16 312.41 0.89 0.45
Hex D7 C AD 0 5E 14 10 138 59 2D
Octal 327 14 255 0 136 24 20 470 131 55
Binary 11010111 1100 10101101 0 1011110 10100 10000 100111000 1011001 101101

Color Harmonies of #D70CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CAD

Black with #D70CAD

Text Example


Text Example

White with #D70CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CAD; }

 p { color: rgb(215,12,173); }

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

background-color css

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

 a { background-color: rgb(215,12,173); }

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

border-color css

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

 span { border-color: rgb(215,12,173); }

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