Html Css Color HEX #D72B5B Cerise

📋 copy color: '#D72B5B'

red 215 ◦ green 43 ◦ blue 91

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

Shades of Cerise #D72B5B

Tints of Cerise #D72B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 61.6%
G = 12.32%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D72B5B (or 0xD72B5B) is known color: Cerise. HEX triplet: D7, 2B and 5B. RGB value is (215,43,91). Sum of RGB (Red+Green+Blue) = 215+43+91=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B5B is #28D4A4. Grayscale: #636363. Windows color (decimal): -2675877 or 5974999. OLE color: 5974999.

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

Color convert

RGB 215 43 91 -
CMYK 0 0.8 0.58 0.16
HSL 343.26º 0.68% 0.51% -
HSV(B) 343.26º 0.8% 0.84% -
XYZ 30.78 16.93 11.54 -
YUV 99.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 215 43 91 0 0.8 0.58 0.16 343.26 0.68 0.51
Hex D7 2B 5B 0 50 3A 10 157 44 33
Octal 327 53 133 0 120 72 20 527 104 63
Binary 11010111 101011 1011011 0 1010000 111010 10000 101010111 1000100 110011

Color Harmonies of #D72B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B5B

Black with #D72B5B

Text Example


Text Example

White with #D72B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B5B; }

 p { color: rgb(215,43,91); }

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

background-color css

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

 a { background-color: rgb(215,43,91); }

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

border-color css

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

 span { border-color: rgb(215,43,91); }

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