Html Css Color HEX #D72F80 Deep Cerise

📋 copy color: '#D72F80'

red 215 ◦ green 47 ◦ blue 128

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

Shades of Deep Cerise #D72F80

Tints of Deep Cerise #D72F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.05%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 55.13%
G = 12.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D72F80 (or 0xD72F80) is known color: Deep Cerise. HEX triplet: D7, 2F and 80. RGB value is (215,47,128). Sum of RGB (Red+Green+Blue) = 215+47+128=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F80 is #28D07F. Grayscale: #6A6A6A. Windows color (decimal): -2674816 or 8400855. OLE color: 8400855.

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

Color convert

RGB 215 47 128 -
CMYK 0 0.78 0.40 0.16
HSL 331.07º 0.68% 0.51% -
HSV(B) 331.07º 0.78% 0.84% -
XYZ 32.94 18.04 22.17 -
YUV 106.47 140.16 205.41 -
System Red Green Blue C M Y K H S L
Decimal 215 47 128 0 0.78 0.40 0.16 331.07 0.68 0.51
Hex D7 2F 80 0 4E 28 10 14B 44 33
Octal 327 57 200 0 116 50 20 513 104 63
Binary 11010111 101111 10000000 0 1001110 101000 10000 101001011 1000100 110011

Color Harmonies of #D72F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F80

Black with #D72F80

Text Example


Text Example

White with #D72F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F80; }

 p { color: rgb(215,47,128); }

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

background-color css

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

 a { background-color: rgb(215,47,128); }

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

border-color css

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

 span { border-color: rgb(215,47,128); }

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