Html Css Color HEX #D73382 Deep Cerise

📋 copy color: '#D73382'

red 215 ◦ green 51 ◦ blue 130

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

Shades of Deep Cerise #D73382

Tints of Deep Cerise #D73382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 54.29%
G = 12.88%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D73382 (or 0xD73382) is known color: Deep Cerise. HEX triplet: D7, 33 and 82. RGB value is (215,51,130). Sum of RGB (Red+Green+Blue) = 215+51+130=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D73382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73382 is #28CC7D. Grayscale: #6C6C6C. Windows color (decimal): -2673790 or 8532951. OLE color: 8532951.

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

Color convert

RGB 215 51 130 -
CMYK 0 0.76 0.40 0.16
HSL 331.1º 0.67% 0.52% -
HSV(B) 331.1º 0.76% 0.84% -
XYZ 33.24 18.43 22.92 -
YUV 109.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 215 51 130 0 0.76 0.40 0.16 331.1 0.67 0.52
Hex D7 33 82 0 4C 28 10 14B 43 34
Octal 327 63 202 0 114 50 20 513 103 64
Binary 11010111 110011 10000010 0 1001100 101000 10000 101001011 1000011 110100

Color Harmonies of #D73382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73382

Black with #D73382

Text Example


Text Example

White with #D73382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73382; }

 p { color: rgb(215,51,130); }

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

background-color css

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

 a { background-color: rgb(215,51,130); }

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

border-color css

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

 span { border-color: rgb(215,51,130); }

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