Html Css Color HEX #D72075 Deep Cerise

📋 copy color: '#D72075'

red 215 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #D72075

Tints of Deep Cerise #D72075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 59.07%
G = 8.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72075 (or 0xD72075) is known color: Deep Cerise. HEX triplet: D7, 20 and 75. RGB value is (215,32,117). Sum of RGB (Red+Green+Blue) = 215+32+117=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D72075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72075 is #28DF8A. Grayscale: #606060. Windows color (decimal): -2678667 or 7676119. OLE color: 7676119.

HSL color Cylindrical-coordinate representation of color #D72075: hue angle of 332.13º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72075 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 117 -
CMYK 0 0.85 0.46 0.16
HSL 332.13º 0.74% 0.48% -
HSV(B) 332.13º 0.85% 0.84% -
XYZ 31.75 16.76 18.39 -
YUV 96.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 215 32 117 0 0.85 0.46 0.16 332.13 0.74 0.48
Hex D7 20 75 0 55 2E 10 14C 4A 30
Octal 327 40 165 0 125 56 20 514 112 60
Binary 11010111 100000 1110101 0 1010101 101110 10000 101001100 1001010 110000

Color Harmonies of #D72075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72075

Black with #D72075

Text Example


Text Example

White with #D72075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72075; }

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

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

background-color css

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

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

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

border-color css

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

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

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