Html Css Color HEX #D73482 Deep Cerise

📋 copy color: '#D73482'

red 215 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #D73482

Tints of Deep Cerise #D73482

RGB

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

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

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

R = 54.16%
G = 13.1%
B = 32.75%

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

#D73482 (or 0xD73482) is known color: Deep Cerise. HEX triplet: D7, 34 and 82. RGB value is (215,52,130). Sum of RGB (Red+Green+Blue) = 215+52+130=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D73482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73482 is #28CB7D. Grayscale: #6D6D6D. Windows color (decimal): -2673534 or 8533207. OLE color: 8533207.

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

Color convert

RGB 215 52 130 -
CMYK 0 0.76 0.40 0.16
HSL 331.29º 0.67% 0.52% -
HSV(B) 331.29º 0.76% 0.84% -
XYZ 33.28 18.51 22.94 -
YUV 109.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 215 52 130 0 0.76 0.40 0.16 331.29 0.67 0.52
Hex D7 34 82 0 4C 28 10 14B 43 34
Octal 327 64 202 0 114 50 20 513 103 64
Binary 11010111 110100 10000010 0 1001100 101000 10000 101001011 1000011 110100

Color Harmonies of #D73482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73482

Black with #D73482

Text Example


Text Example

White with #D73482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73482; }

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

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

background-color css

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

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

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

border-color css

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

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

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