Html Css Color HEX #D72B85 Deep Cerise

📋 copy color: '#D72B85'

red 215 ◦ green 43 ◦ blue 133

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

Shades of Deep Cerise #D72B85

Tints of Deep Cerise #D72B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 54.99%
G = 11%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D72B85 (or 0xD72B85) is known color: Deep Cerise. HEX triplet: D7, 2B and 85. RGB value is (215,43,133). Sum of RGB (Red+Green+Blue) = 215+43+133=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B85 is #28D47A. Grayscale: #686868. Windows color (decimal): -2675835 or 8727511. OLE color: 8727511.

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

Color convert

RGB 215 43 133 -
CMYK 0 0.8 0.38 0.16
HSL 328.6º 0.68% 0.51% -
HSV(B) 328.6º 0.8% 0.84% -
XYZ 33.12 17.87 23.89 -
YUV 104.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 215 43 133 0 0.8 0.38 0.16 328.6 0.68 0.51
Hex D7 2B 85 0 50 26 10 149 44 33
Octal 327 53 205 0 120 46 20 511 104 63
Binary 11010111 101011 10000101 0 1010000 100110 10000 101001001 1000100 110011

Color Harmonies of #D72B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B85

Black with #D72B85

Text Example


Text Example

White with #D72B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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