Html Css Color HEX #D73490 Deep Cerise

📋 copy color: '#D73490'

red 215 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #D73490

Tints of Deep Cerise #D73490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 52.31%
G = 12.65%
B = 35.04%

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

#D73490 (or 0xD73490) is known color: Deep Cerise. HEX triplet: D7, 34 and 90. RGB value is (215,52,144). Sum of RGB (Red+Green+Blue) = 215+52+144=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D73490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73490 is #28CB6F. Grayscale: #6F6F6F. Windows color (decimal): -2673520 or 9450711. OLE color: 9450711.

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

Color convert

RGB 215 52 144 -
CMYK 0 0.76 0.33 0.16
HSL 326.14º 0.67% 0.52% -
HSV(B) 326.14º 0.76% 0.84% -
XYZ 34.29 18.92 28.23 -
YUV 111.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 215 52 144 0 0.76 0.33 0.16 326.14 0.67 0.52
Hex D7 34 90 0 4C 21 10 146 43 34
Octal 327 64 220 0 114 41 20 506 103 64
Binary 11010111 110100 10010000 0 1001100 100001 10000 101000110 1000011 110100

Color Harmonies of #D73490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73490

Black with #D73490

Text Example


Text Example

White with #D73490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73490; }

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

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

background-color css

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

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

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

border-color css

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

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

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