Html Css Color HEX #D53BAA Deep Cerise

📋 copy color: '#D53BAA'

red 213 ◦ green 59 ◦ blue 170

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

Shades of Deep Cerise #D53BAA

Tints of Deep Cerise #D53BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 48.19%
G = 13.35%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D53BAA (or 0xD53BAA) is known color: Deep Cerise. HEX triplet: D5, 3B and AA. RGB value is (213,59,170). Sum of RGB (Red+Green+Blue) = 213+59+170=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BAA is #2AC455. Grayscale: #757575. Windows color (decimal): -2802774 or 11156437. OLE color: 11156437.

HSL color Cylindrical-coordinate representation of color #D53BAA: hue angle of 316.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BAA is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 170 -
CMYK 0 0.72 0.20 0.16
HSL 316.75º 0.65% 0.53% -
HSV(B) 316.75º 0.72% 0.84% -
XYZ 36.26 20.18 40.01 -
YUV 117.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 213 59 170 0 0.72 0.20 0.16 316.75 0.65 0.53
Hex D5 3B AA 0 48 14 10 13D 41 35
Octal 325 73 252 0 110 24 20 475 101 65
Binary 11010101 111011 10101010 0 1001000 10100 10000 100111101 1000001 110101

Color Harmonies of #D53BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BAA

Black with #D53BAA

Text Example


Text Example

White with #D53BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BAA; }

 p { color: rgb(213,59,170); }

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

background-color css

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

 a { background-color: rgb(213,59,170); }

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

border-color css

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

 span { border-color: rgb(213,59,170); }

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