Html Css Color HEX #D72F5D Cerise

📋 copy color: '#D72F5D'

red 215 ◦ green 47 ◦ blue 93

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

Shades of Cerise #D72F5D

Tints of Cerise #D72F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.24%

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

R = 60.56%
G = 13.24%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D72F5D (or 0xD72F5D) is known color: Cerise. HEX triplet: D7, 2F and 5D. RGB value is (215,47,93). Sum of RGB (Red+Green+Blue) = 215+47+93=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72F5D is #28D0A2. Grayscale: #666666. Windows color (decimal): -2674851 or 6107095. OLE color: 6107095.

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

Color convert

RGB 215 47 93 -
CMYK 0 0.78 0.57 0.16
HSL 343.57º 0.68% 0.51% -
HSV(B) 343.57º 0.78% 0.84% -
XYZ 31.02 17.27 12.05 -
YUV 102.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 215 47 93 0 0.78 0.57 0.16 343.57 0.68 0.51
Hex D7 2F 5D 0 4E 39 10 158 44 33
Octal 327 57 135 0 116 71 20 530 104 63
Binary 11010111 101111 1011101 0 1001110 111001 10000 101011000 1000100 110011

Color Harmonies of #D72F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F5D

Black with #D72F5D

Text Example


Text Example

White with #D72F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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