Html Css Color HEX #D73396 Deep Cerise

📋 copy color: '#D73396'

red 215 ◦ green 51 ◦ blue 150

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

Shades of Deep Cerise #D73396

Tints of Deep Cerise #D73396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

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

R = 51.68%
G = 12.26%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D73396 (or 0xD73396) is known color: Deep Cerise. HEX triplet: D7, 33 and 96. RGB value is (215,51,150). Sum of RGB (Red+Green+Blue) = 215+51+150=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73396 is #28CC69. Grayscale: #6F6F6F. Windows color (decimal): -2673770 or 9843671. OLE color: 9843671.

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

Color convert

RGB 215 51 150 -
CMYK 0 0.76 0.30 0.16
HSL 323.78º 0.67% 0.52% -
HSV(B) 323.78º 0.76% 0.84% -
XYZ 34.71 19.02 30.7 -
YUV 111.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 215 51 150 0 0.76 0.30 0.16 323.78 0.67 0.52
Hex D7 33 96 0 4C 1E 10 144 43 34
Octal 327 63 226 0 114 36 20 504 103 64
Binary 11010111 110011 10010110 0 1001100 11110 10000 101000100 1000011 110100

Color Harmonies of #D73396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73396

Black with #D73396

Text Example


Text Example

White with #D73396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73396; }

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

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

background-color css

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

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

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

border-color css

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

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

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