Html Css Color HEX #D72B8B Deep Cerise

📋 copy color: '#D72B8B'

red 215 ◦ green 43 ◦ blue 139

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

Shades of Deep Cerise #D72B8B

Tints of Deep Cerise #D72B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 54.16%
G = 10.83%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D72B8B (or 0xD72B8B) is known color: Deep Cerise. HEX triplet: D7, 2B and 8B. RGB value is (215,43,139). Sum of RGB (Red+Green+Blue) = 215+43+139=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B8B is #28D474. Grayscale: #696969. Windows color (decimal): -2675829 or 9120727. OLE color: 9120727.

HSL color Cylindrical-coordinate representation of color #D72B8B: hue angle of 326.51º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B8B is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 43 139 -
CMYK 0 0.8 0.35 0.16
HSL 326.51º 0.68% 0.51% -
HSV(B) 326.51º 0.8% 0.84% -
XYZ 33.55 18.04 26.14 -
YUV 105.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 215 43 139 0 0.8 0.35 0.16 326.51 0.68 0.51
Hex D7 2B 8B 0 50 23 10 147 44 33
Octal 327 53 213 0 120 43 20 507 104 63
Binary 11010111 101011 10001011 0 1010000 100011 10000 101000111 1000100 110011

Color Harmonies of #D72B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B8B

Black with #D72B8B

Text Example


Text Example

White with #D72B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B8B; }

 p { color: rgb(215,43,139); }

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

background-color css

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

 a { background-color: rgb(215,43,139); }

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

border-color css

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

 span { border-color: rgb(215,43,139); }

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