Html Css Color HEX #D72D93 Deep Cerise

📋 copy color: '#D72D93'

red 215 ◦ green 45 ◦ blue 147

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

Shades of Deep Cerise #D72D93

Tints of Deep Cerise #D72D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 52.83%
G = 11.06%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D72D93 (or 0xD72D93) is known color: Deep Cerise. HEX triplet: D7, 2D and 93. RGB value is (215,45,147). Sum of RGB (Red+Green+Blue) = 215+45+147=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D93 is #28D26C. Grayscale: #6B6B6B. Windows color (decimal): -2675309 or 9645527. OLE color: 9645527.

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

Color convert

RGB 215 45 147 -
CMYK 0 0.79 0.32 0.16
HSL 324º 0.68% 0.51% -
HSV(B) 324º 0.79% 0.84% -
XYZ 34.23 18.43 29.36 -
YUV 107.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 215 45 147 0 0.79 0.32 0.16 324 0.68 0.51
Hex D7 2D 93 0 4F 20 10 144 44 33
Octal 327 55 223 0 117 40 20 504 104 63
Binary 11010111 101101 10010011 0 1001111 100000 10000 101000100 1000100 110011

Color Harmonies of #D72D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D93

Black with #D72D93

Text Example


Text Example

White with #D72D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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