Html Css Color HEX #D53582 Deep Cerise

📋 copy color: '#D53582'

red 213 ◦ green 53 ◦ blue 130

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

Shades of Deep Cerise #D53582

Tints of Deep Cerise #D53582

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

 GREEN value IS 53 (21.09% from 255) = 13.38%

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

R = 53.79%
G = 13.38%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D53582 (or 0xD53582) is known color: Deep Cerise. HEX triplet: D5, 35 and 82. RGB value is (213,53,130). Sum of RGB (Red+Green+Blue) = 213+53+130=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D53582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53582 is #2ACA7D. Grayscale: #6D6D6D. Windows color (decimal): -2804350 or 8533461. OLE color: 8533461.

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

Color convert

RGB 213 53 130 -
CMYK 0 0.75 0.39 0.16
HSL 331.13º 0.66% 0.52% -
HSV(B) 331.13º 0.75% 0.84% -
XYZ 32.74 18.3 22.93 -
YUV 109.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 213 53 130 0 0.75 0.39 0.16 331.13 0.66 0.52
Hex D5 35 82 0 4B 27 10 14B 42 34
Octal 325 65 202 0 113 47 20 513 102 64
Binary 11010101 110101 10000010 0 1001011 100111 10000 101001011 1000010 110100

Color Harmonies of #D53582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53582

Black with #D53582

Text Example


Text Example

White with #D53582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53582; }

 p { color: rgb(213,53,130); }

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

background-color css

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

 a { background-color: rgb(213,53,130); }

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

border-color css

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

 span { border-color: rgb(213,53,130); }

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