Html Css Color HEX #D72D70 Cerise

📋 copy color: '#D72D70'

red 215 ◦ green 45 ◦ blue 112

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

Shades of Cerise #D72D70

Tints of Cerise #D72D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 57.8%
G = 12.1%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D72D70 (or 0xD72D70) is known color: Cerise. HEX triplet: D7, 2D and 70. RGB value is (215,45,112). Sum of RGB (Red+Green+Blue) = 215+45+112=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D70 is #28D28F. Grayscale: #676767. Windows color (decimal): -2675344 or 7351767. OLE color: 7351767.

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

Color convert

RGB 215 45 112 -
CMYK 0 0.79 0.48 0.16
HSL 336.35º 0.68% 0.51% -
HSV(B) 336.35º 0.79% 0.84% -
XYZ 31.89 17.49 17.03 -
YUV 103.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 215 45 112 0 0.79 0.48 0.16 336.35 0.68 0.51
Hex D7 2D 70 0 4F 30 10 150 44 33
Octal 327 55 160 0 117 60 20 520 104 63
Binary 11010111 101101 1110000 0 1001111 110000 10000 101010000 1000100 110011

Color Harmonies of #D72D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D70

Black with #D72D70

Text Example


Text Example

White with #D72D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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