Html Css Color HEX #D70BAE Hollywood Cerise

📋 copy color: '#D70BAE'

red 215 ◦ green 11 ◦ blue 174

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

Shades of Hollywood Cerise #D70BAE

Tints of Hollywood Cerise #D70BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.75%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 53.75%
G = 2.75%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D70BAE (or 0xD70BAE) is known color: Hollywood Cerise. HEX triplet: D7, 0B and AE. RGB value is (215,11,174). Sum of RGB (Red+Green+Blue) = 215+11+174=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70BAE is #28F451. Grayscale: #5A5A5A. Windows color (decimal): -2683986 or 11406295. OLE color: 11406295.

HSL color Cylindrical-coordinate representation of color #D70BAE: hue angle of 312.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BAE is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 11 174 -
CMYK 0 0.95 0.19 0.16
HSL 312.06º 0.9% 0.44% -
HSV(B) 312.06º 0.95% 0.84% -
XYZ 35.78 17.74 41.58 -
YUV 90.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 215 11 174 0 0.95 0.19 0.16 312.06 0.9 0.44
Hex D7 B AE 0 5F 13 10 138 5A 2C
Octal 327 13 256 0 137 23 20 470 132 54
Binary 11010111 1011 10101110 0 1011111 10011 10000 100111000 1011010 101100

Color Harmonies of #D70BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70BAE

Black with #D70BAE

Text Example


Text Example

White with #D70BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70BAE; }

 p { color: rgb(215,11,174); }

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

background-color css

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

 a { background-color: rgb(215,11,174); }

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

border-color css

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

 span { border-color: rgb(215,11,174); }

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