Html Css Color HEX #D53BA7 Deep Cerise

📋 copy color: '#D53BA7'

red 213 ◦ green 59 ◦ blue 167

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

Shades of Deep Cerise #D53BA7

Tints of Deep Cerise #D53BA7

RGB

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

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

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

R = 48.52%
G = 13.44%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D53BA7 (or 0xD53BA7) is known color: Deep Cerise. HEX triplet: D5, 3B and A7. RGB value is (213,59,167). Sum of RGB (Red+Green+Blue) = 213+59+167=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA7 is #2AC458. Grayscale: #757575. Windows color (decimal): -2802777 or 10959829. OLE color: 10959829.

HSL color Cylindrical-coordinate representation of color #D53BA7: hue angle of 317.92º 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 #D53BA7 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 167 -
CMYK 0 0.72 0.22 0.16
HSL 317.92º 0.65% 0.53% -
HSV(B) 317.92º 0.72% 0.84% -
XYZ 35.98 20.06 38.54 -
YUV 117.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 213 59 167 0 0.72 0.22 0.16 317.92 0.65 0.53
Hex D5 3B A7 0 48 16 10 13E 41 35
Octal 325 73 247 0 110 26 20 476 101 65
Binary 11010101 111011 10100111 0 1001000 10110 10000 100111110 1000001 110101

Color Harmonies of #D53BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BA7

Black with #D53BA7

Text Example


Text Example

White with #D53BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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