Html Css Color HEX #D53DA2 Deep Cerise

📋 copy color: '#D53DA2'

red 213 ◦ green 61 ◦ blue 162

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

Shades of Deep Cerise #D53DA2

Tints of Deep Cerise #D53DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.99%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 48.85%
G = 13.99%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D53DA2 (or 0xD53DA2) is known color: Deep Cerise. HEX triplet: D5, 3D and A2. RGB value is (213,61,162). Sum of RGB (Red+Green+Blue) = 213+61+162=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DA2 is #2AC25D. Grayscale: #757575. Windows color (decimal): -2802270 or 10632661. OLE color: 10632661.

HSL color Cylindrical-coordinate representation of color #D53DA2: hue angle of 320.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DA2 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 162 -
CMYK 0 0.71 0.24 0.16
HSL 320.13º 0.64% 0.54% -
HSV(B) 320.13º 0.71% 0.84% -
XYZ 35.63 20.09 36.18 -
YUV 117.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 213 61 162 0 0.71 0.24 0.16 320.13 0.64 0.54
Hex D5 3D A2 0 47 18 10 140 40 36
Octal 325 75 242 0 107 30 20 500 100 66
Binary 11010101 111101 10100010 0 1000111 11000 10000 101000000 1000000 110110

Color Harmonies of #D53DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DA2

Black with #D53DA2

Text Example


Text Example

White with #D53DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DA2; }

 p { color: rgb(213,61,162); }

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

background-color css

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

 a { background-color: rgb(213,61,162); }

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

border-color css

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

 span { border-color: rgb(213,61,162); }

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