Html Css Color HEX #D72D5D Cerise

📋 copy color: '#D72D5D'

red 215 ◦ green 45 ◦ blue 93

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

Shades of Cerise #D72D5D

Tints of Cerise #D72D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 60.91%
G = 12.75%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D72D5D (or 0xD72D5D) is known color: Cerise. HEX triplet: D7, 2D and 5D. RGB value is (215,45,93). Sum of RGB (Red+Green+Blue) = 215+45+93=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D5D is #28D2A2. Grayscale: #656565. Windows color (decimal): -2675363 or 6106583. OLE color: 6106583.

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

Color convert

RGB 215 45 93 -
CMYK 0 0.79 0.57 0.16
HSL 343.06º 0.68% 0.51% -
HSV(B) 343.06º 0.79% 0.84% -
XYZ 30.94 17.11 12.03 -
YUV 101.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 215 45 93 0 0.79 0.57 0.16 343.06 0.68 0.51
Hex D7 2D 5D 0 4F 39 10 157 44 33
Octal 327 55 135 0 117 71 20 527 104 63
Binary 11010111 101101 1011101 0 1001111 111001 10000 101010111 1000100 110011

Color Harmonies of #D72D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D5D

Black with #D72D5D

Text Example


Text Example

White with #D72D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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