Html Css Color HEX #D72B9A Deep Cerise

📋 copy color: '#D72B9A'

red 215 ◦ green 43 ◦ blue 154

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

Shades of Deep Cerise #D72B9A

Tints of Deep Cerise #D72B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 52.18%
G = 10.44%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D72B9A (or 0xD72B9A) is known color: Deep Cerise. HEX triplet: D7, 2B and 9A. RGB value is (215,43,154). Sum of RGB (Red+Green+Blue) = 215+43+154=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B9A is #28D465. Grayscale: #6A6A6A. Windows color (decimal): -2675814 or 10103767. OLE color: 10103767.

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

Color convert

RGB 215 43 154 -
CMYK 0 0.8 0.28 0.16
HSL 321.28º 0.68% 0.51% -
HSV(B) 321.28º 0.8% 0.84% -
XYZ 34.72 18.51 32.31 -
YUV 107.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 215 43 154 0 0.8 0.28 0.16 321.28 0.68 0.51
Hex D7 2B 9A 0 50 1C 10 141 44 33
Octal 327 53 232 0 120 34 20 501 104 63
Binary 11010111 101011 10011010 0 1010000 11100 10000 101000001 1000100 110011

Color Harmonies of #D72B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B9A

Black with #D72B9A

Text Example


Text Example

White with #D72B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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