Html Css Color HEX #D73491 Deep Cerise

📋 copy color: '#D73491'

red 215 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #D73491

Tints of Deep Cerise #D73491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 52.18%
G = 12.62%
B = 35.19%

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

#D73491 (or 0xD73491) is known color: Deep Cerise. HEX triplet: D7, 34 and 91. RGB value is (215,52,145). Sum of RGB (Red+Green+Blue) = 215+52+145=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D73491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73491 is #28CB6E. Grayscale: #6F6F6F. Windows color (decimal): -2673519 or 9516247. OLE color: 9516247.

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

Color convert

RGB 215 52 145 -
CMYK 0 0.76 0.33 0.16
HSL 325.77º 0.67% 0.52% -
HSV(B) 325.77º 0.76% 0.84% -
XYZ 34.36 18.95 28.63 -
YUV 111.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 215 52 145 0 0.76 0.33 0.16 325.77 0.67 0.52
Hex D7 34 91 0 4C 21 10 146 43 34
Octal 327 64 221 0 114 41 20 506 103 64
Binary 11010111 110100 10010001 0 1001100 100001 10000 101000110 1000011 110100

Color Harmonies of #D73491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73491

Black with #D73491

Text Example


Text Example

White with #D73491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73491; }

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

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

background-color css

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

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

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

border-color css

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

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

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