Html Css Color HEX #D73390 Deep Cerise

📋 copy color: '#D73390'

red 215 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #D73390

Tints of Deep Cerise #D73390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 52.44%
G = 12.44%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D73390 (or 0xD73390) is known color: Deep Cerise. HEX triplet: D7, 33 and 90. RGB value is (215,51,144). Sum of RGB (Red+Green+Blue) = 215+51+144=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D73390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73390 is #28CC6F. Grayscale: #6E6E6E. Windows color (decimal): -2673776 or 9450455. OLE color: 9450455.

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

Color convert

RGB 215 51 144 -
CMYK 0 0.76 0.33 0.16
HSL 325.98º 0.67% 0.52% -
HSV(B) 325.98º 0.76% 0.84% -
XYZ 34.24 18.83 28.22 -
YUV 110.64 146.83 202.44 -
System Red Green Blue C M Y K H S L
Decimal 215 51 144 0 0.76 0.33 0.16 325.98 0.67 0.52
Hex D7 33 90 0 4C 21 10 146 43 34
Octal 327 63 220 0 114 41 20 506 103 64
Binary 11010111 110011 10010000 0 1001100 100001 10000 101000110 1000011 110100

Color Harmonies of #D73390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73390

Black with #D73390

Text Example


Text Example

White with #D73390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73390; }

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

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

background-color css

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

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

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

border-color css

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

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

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