Html Css Color HEX #D73696 Deep Cerise

📋 copy color: '#D73696'

red 215 ◦ green 54 ◦ blue 150

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

Shades of Deep Cerise #D73696

Tints of Deep Cerise #D73696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

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

R = 51.31%
G = 12.89%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D73696 (or 0xD73696) is known color: Deep Cerise. HEX triplet: D7, 36 and 96. RGB value is (215,54,150). Sum of RGB (Red+Green+Blue) = 215+54+150=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D73696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73696 is #28C969. Grayscale: #707070. Windows color (decimal): -2673002 or 9844439. OLE color: 9844439.

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

Color convert

RGB 215 54 150 -
CMYK 0 0.75 0.30 0.16
HSL 324.22º 0.67% 0.53% -
HSV(B) 324.22º 0.75% 0.84% -
XYZ 34.85 19.29 30.74 -
YUV 113.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 215 54 150 0 0.75 0.30 0.16 324.22 0.67 0.53
Hex D7 36 96 0 4B 1E 10 144 43 35
Octal 327 66 226 0 113 36 20 504 103 65
Binary 11010111 110110 10010110 0 1001011 11110 10000 101000100 1000011 110101

Color Harmonies of #D73696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73696

Black with #D73696

Text Example


Text Example

White with #D73696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73696; }

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

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

background-color css

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

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

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

border-color css

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

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

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