Html Css Color HEX #D72C8F Deep Cerise

📋 copy color: '#D72C8F'

red 215 ◦ green 44 ◦ blue 143

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

Shades of Deep Cerise #D72C8F

Tints of Deep Cerise #D72C8F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.95%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 53.48%
G = 10.95%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72C8F (or 0xD72C8F) is known color: Deep Cerise. HEX triplet: D7, 2C and 8F. RGB value is (215,44,143). Sum of RGB (Red+Green+Blue) = 215+44+143=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C8F is #28D370. Grayscale: #6A6A6A. Windows color (decimal): -2675569 or 9383127. OLE color: 9383127.

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

Color convert

RGB 215 44 143 -
CMYK 0 0.80 0.33 0.16
HSL 325.26º 0.68% 0.51% -
HSV(B) 325.26º 0.8% 0.84% -
XYZ 33.88 18.23 27.72 -
YUV 106.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 215 44 143 0 0.80 0.33 0.16 325.26 0.68 0.51
Hex D7 2C 8F 0 50 21 10 145 44 33
Octal 327 54 217 0 120 41 20 505 104 63
Binary 11010111 101100 10001111 0 1010000 100001 10000 101000101 1000100 110011

Color Harmonies of #D72C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C8F

Black with #D72C8F

Text Example


Text Example

White with #D72C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C8F; }

 p { color: rgb(215,44,143); }

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

background-color css

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

 a { background-color: rgb(215,44,143); }

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

border-color css

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

 span { border-color: rgb(215,44,143); }

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