Html Css Color HEX #D72F7F Deep Cerise

📋 copy color: '#D72F7F'

red 215 ◦ green 47 ◦ blue 127

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

Shades of Deep Cerise #D72F7F

Tints of Deep Cerise #D72F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 55.27%
G = 12.08%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D72F7F (or 0xD72F7F) is known color: Deep Cerise. HEX triplet: D7, 2F and 7F. RGB value is (215,47,127). Sum of RGB (Red+Green+Blue) = 215+47+127=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F7F is #28D080. Grayscale: #6A6A6A. Windows color (decimal): -2674817 or 8335319. OLE color: 8335319.

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

Color convert

RGB 215 47 127 -
CMYK 0 0.78 0.41 0.16
HSL 331.43º 0.68% 0.51% -
HSV(B) 331.43º 0.78% 0.84% -
XYZ 32.87 18.01 21.82 -
YUV 106.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 215 47 127 0 0.78 0.41 0.16 331.43 0.68 0.51
Hex D7 2F 7F 0 4E 29 10 14B 44 33
Octal 327 57 177 0 116 51 20 513 104 63
Binary 11010111 101111 1111111 0 1001110 101001 10000 101001011 1000100 110011

Color Harmonies of #D72F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F7F

Black with #D72F7F

Text Example


Text Example

White with #D72F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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