Html Css Color HEX #D73896 Deep Cerise

📋 copy color: '#D73896'

red 215 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D73896

Tints of Deep Cerise #D73896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.3%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 51.07%
G = 13.3%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D73896 (or 0xD73896) is known color: Deep Cerise. HEX triplet: D7, 38 and 96. RGB value is (215,56,150). Sum of RGB (Red+Green+Blue) = 215+56+150=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D73896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73896 is #28C769. Grayscale: #727272. Windows color (decimal): -2672490 or 9844951. OLE color: 9844951.

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

Color convert

RGB 215 56 150 -
CMYK 0 0.74 0.30 0.16
HSL 324.53º 0.67% 0.53% -
HSV(B) 324.53º 0.74% 0.84% -
XYZ 34.94 19.48 30.77 -
YUV 114.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 215 56 150 0 0.74 0.30 0.16 324.53 0.67 0.53
Hex D7 38 96 0 4A 1E 10 145 43 35
Octal 327 70 226 0 112 36 20 505 103 65
Binary 11010111 111000 10010110 0 1001010 11110 10000 101000101 1000011 110101

Color Harmonies of #D73896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73896

Black with #D73896

Text Example


Text Example

White with #D73896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73896; }

 p { color: rgb(215,56,150); }

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

background-color css

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

 a { background-color: rgb(215,56,150); }

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

border-color css

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

 span { border-color: rgb(215,56,150); }

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