Html Css Color HEX #D72F75 Deep Cerise

📋 copy color: '#D72F75'

red 215 ◦ green 47 ◦ blue 117

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

Shades of Deep Cerise #D72F75

Tints of Deep Cerise #D72F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 56.73%
G = 12.4%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72F75 (or 0xD72F75) is known color: Deep Cerise. HEX triplet: D7, 2F and 75. RGB value is (215,47,117). Sum of RGB (Red+Green+Blue) = 215+47+117=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F75 is #28D08A. Grayscale: #696969. Windows color (decimal): -2674827 or 7679959. OLE color: 7679959.

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

Color convert

RGB 215 47 117 -
CMYK 0 0.78 0.46 0.16
HSL 335º 0.68% 0.51% -
HSV(B) 335º 0.78% 0.84% -
XYZ 32.25 17.76 18.56 -
YUV 105.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 215 47 117 0 0.78 0.46 0.16 335 0.68 0.51
Hex D7 2F 75 0 4E 2E 10 14F 44 33
Octal 327 57 165 0 116 56 20 517 104 63
Binary 11010111 101111 1110101 0 1001110 101110 10000 101001111 1000100 110011

Color Harmonies of #D72F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F75

Black with #D72F75

Text Example


Text Example

White with #D72F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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