Html Css Color HEX #D72F81 Deep Cerise

📋 copy color: '#D72F81'

red 215 ◦ green 47 ◦ blue 129

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

Shades of Deep Cerise #D72F81

Tints of Deep Cerise #D72F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 54.99%
G = 12.02%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D72F81 (or 0xD72F81) is known color: Deep Cerise. HEX triplet: D7, 2F and 81. RGB value is (215,47,129). Sum of RGB (Red+Green+Blue) = 215+47+129=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F81 is #28D07E. Grayscale: #6A6A6A. Windows color (decimal): -2674815 or 8466391. OLE color: 8466391.

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

Color convert

RGB 215 47 129 -
CMYK 0 0.78 0.4 0.16
HSL 330.71º 0.68% 0.51% -
HSV(B) 330.71º 0.78% 0.84% -
XYZ 33 18.07 22.52 -
YUV 106.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 215 47 129 0 0.78 0.4 0.16 330.71 0.68 0.51
Hex D7 2F 81 0 4E 28 10 14B 44 33
Octal 327 57 201 0 116 50 20 513 104 63
Binary 11010111 101111 10000001 0 1001110 101000 10000 101001011 1000100 110011

Color Harmonies of #D72F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F81

Black with #D72F81

Text Example


Text Example

White with #D72F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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