Html Css Color HEX #D53AA7 Deep Cerise

📋 copy color: '#D53AA7'

red 213 ◦ green 58 ◦ blue 167

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

Shades of Deep Cerise #D53AA7

Tints of Deep Cerise #D53AA7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

 BLUE value IS 167 (65.63% from 255) = 38.13%

R = 48.63%
G = 13.24%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D53AA7 (or 0xD53AA7) is known color: Deep Cerise. HEX triplet: D5, 3A and A7. RGB value is (213,58,167). Sum of RGB (Red+Green+Blue) = 213+58+167=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AA7 is #2AC558. Grayscale: #747474. Windows color (decimal): -2803033 or 10959573. OLE color: 10959573.

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

Color convert

RGB 213 58 167 -
CMYK 0 0.73 0.22 0.16
HSL 317.81º 0.65% 0.53% -
HSV(B) 317.81º 0.73% 0.84% -
XYZ 35.93 19.96 38.52 -
YUV 116.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 213 58 167 0 0.73 0.22 0.16 317.81 0.65 0.53
Hex D5 3A A7 0 49 16 10 13E 41 35
Octal 325 72 247 0 111 26 20 476 101 65
Binary 11010101 111010 10100111 0 1001001 10110 10000 100111110 1000001 110101

Color Harmonies of #D53AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AA7

Black with #D53AA7

Text Example


Text Example

White with #D53AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AA7; }

 p { color: rgb(213,58,167); }

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

background-color css

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

 a { background-color: rgb(213,58,167); }

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

border-color css

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

 span { border-color: rgb(213,58,167); }

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