Html Css Color HEX #D73288 Deep Cerise

📋 copy color: '#D73288'

red 215 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #D73288

Tints of Deep Cerise #D73288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 53.62%
G = 12.47%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D73288 (or 0xD73288) is known color: Deep Cerise. HEX triplet: D7, 32 and 88. RGB value is (215,50,136). Sum of RGB (Red+Green+Blue) = 215+50+136=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D73288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73288 is #28CD77. Grayscale: #6C6C6C. Windows color (decimal): -2674040 or 8925911. OLE color: 8925911.

HSL color Cylindrical-coordinate representation of color #D73288: hue angle of 328.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73288 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 136 -
CMYK 0 0.77 0.37 0.16
HSL 328.73º 0.67% 0.52% -
HSV(B) 328.73º 0.77% 0.84% -
XYZ 33.61 18.51 25.09 -
YUV 109.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 215 50 136 0 0.77 0.37 0.16 328.73 0.67 0.52
Hex D7 32 88 0 4D 25 10 149 43 34
Octal 327 62 210 0 115 45 20 511 103 64
Binary 11010111 110010 10001000 0 1001101 100101 10000 101001001 1000011 110100

Color Harmonies of #D73288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73288

Black with #D73288

Text Example


Text Example

White with #D73288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73288; }

 p { color: rgb(215,50,136); }

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

background-color css

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

 a { background-color: rgb(215,50,136); }

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

border-color css

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

 span { border-color: rgb(215,50,136); }

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