Html Css Color HEX #D73184 Deep Cerise

📋 copy color: '#D73184'

red 215 ◦ green 49 ◦ blue 132

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

Shades of Deep Cerise #D73184

Tints of Deep Cerise #D73184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.37%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 54.29%
G = 12.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D73184 (or 0xD73184) is known color: Deep Cerise. HEX triplet: D7, 31 and 84. RGB value is (215,49,132). Sum of RGB (Red+Green+Blue) = 215+49+132=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D73184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73184 is #28CE7B. Grayscale: #6B6B6B. Windows color (decimal): -2674300 or 8663511. OLE color: 8663511.

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

Color convert

RGB 215 49 132 -
CMYK 0 0.77 0.39 0.16
HSL 330º 0.67% 0.52% -
HSV(B) 330º 0.77% 0.84% -
XYZ 33.29 18.31 23.61 -
YUV 108.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 215 49 132 0 0.77 0.39 0.16 330 0.67 0.52
Hex D7 31 84 0 4D 27 10 14A 43 34
Octal 327 61 204 0 115 47 20 512 103 64
Binary 11010111 110001 10000100 0 1001101 100111 10000 101001010 1000011 110100

Color Harmonies of #D73184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73184

Black with #D73184

Text Example


Text Example

White with #D73184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73184; }

 p { color: rgb(215,49,132); }

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

background-color css

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

 a { background-color: rgb(215,49,132); }

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

border-color css

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

 span { border-color: rgb(215,49,132); }

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