Html Css Color HEX #D72990 Deep Cerise

📋 copy color: '#D72990'

red 215 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #D72990

Tints of Deep Cerise #D72990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 53.75%
G = 10.25%
B = 36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72990 (or 0xD72990) is known color: Deep Cerise. HEX triplet: D7, 29 and 90. RGB value is (215,41,144). Sum of RGB (Red+Green+Blue) = 215+41+144=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D72990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72990 is #28D66F. Grayscale: #686868. Windows color (decimal): -2676336 or 9447895. OLE color: 9447895.

HSL color Cylindrical-coordinate representation of color #D72990: hue angle of 324.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72990 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 144 -
CMYK 0 0.81 0.33 0.16
HSL 324.48º 0.69% 0.5% -
HSV(B) 324.48º 0.81% 0.84% -
XYZ 33.85 18.05 28.08 -
YUV 104.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 215 41 144 0 0.81 0.33 0.16 324.48 0.69 0.5
Hex D7 29 90 0 51 21 10 144 45 32
Octal 327 51 220 0 121 41 20 504 105 62
Binary 11010111 101001 10010000 0 1010001 100001 10000 101000100 1000101 110010

Color Harmonies of #D72990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72990

Black with #D72990

Text Example


Text Example

White with #D72990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72990; }

 p { color: rgb(215,41,144); }

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

background-color css

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

 a { background-color: rgb(215,41,144); }

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

border-color css

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

 span { border-color: rgb(215,41,144); }

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