Html Css Color HEX #D53CA5 Deep Cerise

📋 copy color: '#D53CA5'

red 213 ◦ green 60 ◦ blue 165

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

Shades of Deep Cerise #D53CA5

Tints of Deep Cerise #D53CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.7%

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 48.63%
G = 13.7%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D53CA5 (or 0xD53CA5) is known color: Deep Cerise. HEX triplet: D5, 3C and A5. RGB value is (213,60,165). Sum of RGB (Red+Green+Blue) = 213+60+165=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CA5 is #2AC35A. Grayscale: #757575. Windows color (decimal): -2802523 or 10829013. OLE color: 10829013.

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

Color convert

RGB 213 60 165 -
CMYK 0 0.72 0.23 0.16
HSL 318.82º 0.65% 0.54% -
HSV(B) 318.82º 0.72% 0.84% -
XYZ 35.85 20.09 37.59 -
YUV 117.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 213 60 165 0 0.72 0.23 0.16 318.82 0.65 0.54
Hex D5 3C A5 0 48 17 10 13F 41 36
Octal 325 74 245 0 110 27 20 477 101 66
Binary 11010101 111100 10100101 0 1001000 10111 10000 100111111 1000001 110110

Color Harmonies of #D53CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CA5

Black with #D53CA5

Text Example


Text Example

White with #D53CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CA5; }

 p { color: rgb(213,60,165); }

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

background-color css

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

 a { background-color: rgb(213,60,165); }

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

border-color css

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

 span { border-color: rgb(213,60,165); }

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