Html Css Color HEX #D72D8F Deep Cerise

📋 copy color: '#D72D8F'

red 215 ◦ green 45 ◦ blue 143

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

Shades of Deep Cerise #D72D8F

Tints of Deep Cerise #D72D8F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

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

R = 53.35%
G = 11.17%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D72D8F (or 0xD72D8F) is known color: Deep Cerise. HEX triplet: D7, 2D and 8F. RGB value is (215,45,143). Sum of RGB (Red+Green+Blue) = 215+45+143=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D8F is #28D270. Grayscale: #6A6A6A. Windows color (decimal): -2675313 or 9383383. OLE color: 9383383.

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

Color convert

RGB 215 45 143 -
CMYK 0 0.79 0.33 0.16
HSL 325.41º 0.68% 0.51% -
HSV(B) 325.41º 0.79% 0.84% -
XYZ 33.92 18.31 27.73 -
YUV 107 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 215 45 143 0 0.79 0.33 0.16 325.41 0.68 0.51
Hex D7 2D 8F 0 4F 21 10 145 44 33
Octal 327 55 217 0 117 41 20 505 104 63
Binary 11010111 101101 10001111 0 1001111 100001 10000 101000101 1000100 110011

Color Harmonies of #D72D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D8F

Black with #D72D8F

Text Example


Text Example

White with #D72D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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