Html Css Color HEX #D73083 Deep Cerise

📋 copy color: '#D73083'

red 215 ◦ green 48 ◦ blue 131

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

Shades of Deep Cerise #D73083

Tints of Deep Cerise #D73083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 54.57%
G = 12.18%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D73083 (or 0xD73083) is known color: Deep Cerise. HEX triplet: D7, 30 and 83. RGB value is (215,48,131). Sum of RGB (Red+Green+Blue) = 215+48+131=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D73083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73083 is #28CF7C. Grayscale: #6B6B6B. Windows color (decimal): -2674557 or 8597719. OLE color: 8597719.

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

Color convert

RGB 215 48 131 -
CMYK 0 0.78 0.39 0.16
HSL 330.18º 0.68% 0.52% -
HSV(B) 330.18º 0.78% 0.84% -
XYZ 33.18 18.2 23.24 -
YUV 107.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 215 48 131 0 0.78 0.39 0.16 330.18 0.68 0.52
Hex D7 30 83 0 4E 27 10 14A 44 34
Octal 327 60 203 0 116 47 20 512 104 64
Binary 11010111 110000 10000011 0 1001110 100111 10000 101001010 1000100 110100

Color Harmonies of #D73083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73083

Black with #D73083

Text Example


Text Example

White with #D73083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73083; }

 p { color: rgb(215,48,131); }

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

background-color css

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

 a { background-color: rgb(215,48,131); }

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

border-color css

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

 span { border-color: rgb(215,48,131); }

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