Html Css Color HEX #D72E9A Deep Cerise

📋 copy color: '#D72E9A'

red 215 ◦ green 46 ◦ blue 154

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

Shades of Deep Cerise #D72E9A

Tints of Deep Cerise #D72E9A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

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

R = 51.81%
G = 11.08%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D72E9A (or 0xD72E9A) is known color: Deep Cerise. HEX triplet: D7, 2E and 9A. RGB value is (215,46,154). Sum of RGB (Red+Green+Blue) = 215+46+154=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72E9A is #28D165. Grayscale: #6C6C6C. Windows color (decimal): -2675046 or 10104535. OLE color: 10104535.

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

Color convert

RGB 215 46 154 -
CMYK 0 0.79 0.28 0.16
HSL 321.66º 0.68% 0.51% -
HSV(B) 321.66º 0.79% 0.84% -
XYZ 34.83 18.73 32.35 -
YUV 108.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 215 46 154 0 0.79 0.28 0.16 321.66 0.68 0.51
Hex D7 2E 9A 0 4F 1C 10 142 44 33
Octal 327 56 232 0 117 34 20 502 104 63
Binary 11010111 101110 10011010 0 1001111 11100 10000 101000010 1000100 110011

Color Harmonies of #D72E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E9A

Black with #D72E9A

Text Example


Text Example

White with #D72E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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