Html Css Color HEX #D72E72 Cerise

📋 copy color: '#D72E72'

red 215 ◦ green 46 ◦ blue 114

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

Shades of Cerise #D72E72

Tints of Cerise #D72E72

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 57.33%
G = 12.27%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D72E72 (or 0xD72E72) is known color: Cerise. HEX triplet: D7, 2E and 72. RGB value is (215,46,114). Sum of RGB (Red+Green+Blue) = 215+46+114=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E72 is #28D18D. Grayscale: #686868. Windows color (decimal): -2675086 or 7483095. OLE color: 7483095.

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

Color convert

RGB 215 46 114 -
CMYK 0 0.79 0.47 0.16
HSL 335.86º 0.68% 0.51% -
HSV(B) 335.86º 0.79% 0.84% -
XYZ 32.04 17.62 17.63 -
YUV 104.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 215 46 114 0 0.79 0.47 0.16 335.86 0.68 0.51
Hex D7 2E 72 0 4F 2F 10 150 44 33
Octal 327 56 162 0 117 57 20 520 104 63
Binary 11010111 101110 1110010 0 1001111 101111 10000 101010000 1000100 110011

Color Harmonies of #D72E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E72

Black with #D72E72

Text Example


Text Example

White with #D72E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E72; }

 p { color: rgb(215,46,114); }

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

background-color css

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

 a { background-color: rgb(215,46,114); }

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

border-color css

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

 span { border-color: rgb(215,46,114); }

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