Html Css Color HEX #D70BAC Hollywood Cerise

📋 copy color: '#D70BAC'

red 215 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #D70BAC

Tints of Hollywood Cerise #D70BAC

RGB

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

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

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

R = 54.02%
G = 2.76%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D70BAC (or 0xD70BAC) is known color: Hollywood Cerise. HEX triplet: D7, 0B and AC. RGB value is (215,11,172). Sum of RGB (Red+Green+Blue) = 215+11+172=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70BAC is #28F453. Grayscale: #595959. Windows color (decimal): -2683988 or 11275223. OLE color: 11275223.

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

Color convert

RGB 215 11 172 -
CMYK 0 0.95 0.2 0.16
HSL 312.65º 0.9% 0.44% -
HSV(B) 312.65º 0.95% 0.84% -
XYZ 35.59 17.66 40.56 -
YUV 90.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 215 11 172 0 0.95 0.2 0.16 312.65 0.9 0.44
Hex D7 B AC 0 5F 14 10 139 5A 2C
Octal 327 13 254 0 137 24 20 471 132 54
Binary 11010111 1011 10101100 0 1011111 10100 10000 100111001 1011010 101100

Color Harmonies of #D70BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70BAC

Black with #D70BAC

Text Example


Text Example

White with #D70BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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