Html Css Color HEX #D73483 Deep Cerise

📋 copy color: '#D73483'

red 215 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #D73483

Tints of Deep Cerise #D73483

RGB

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

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

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

R = 54.02%
G = 13.07%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D73483 (or 0xD73483) is known color: Deep Cerise. HEX triplet: D7, 34 and 83. RGB value is (215,52,131). Sum of RGB (Red+Green+Blue) = 215+52+131=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D73483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73483 is #28CB7C. Grayscale: #6D6D6D. Windows color (decimal): -2673533 or 8598743. OLE color: 8598743.

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

Color convert

RGB 215 52 131 -
CMYK 0 0.76 0.39 0.16
HSL 330.92º 0.67% 0.52% -
HSV(B) 330.92º 0.76% 0.84% -
XYZ 33.35 18.54 23.29 -
YUV 109.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 215 52 131 0 0.76 0.39 0.16 330.92 0.67 0.52
Hex D7 34 83 0 4C 27 10 14B 43 34
Octal 327 64 203 0 114 47 20 513 103 64
Binary 11010111 110100 10000011 0 1001100 100111 10000 101001011 1000011 110100

Color Harmonies of #D73483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73483

Black with #D73483

Text Example


Text Example

White with #D73483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73483; }

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

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

background-color css

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

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

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

border-color css

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

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

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