Html Css Color HEX #D53A7B Deep Cerise

📋 copy color: '#D53A7B'

red 213 ◦ green 58 ◦ blue 123

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

Shades of Deep Cerise #D53A7B

Tints of Deep Cerise #D53A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 54.06%
G = 14.72%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D53A7B (or 0xD53A7B) is known color: Deep Cerise. HEX triplet: D5, 3A and 7B. RGB value is (213,58,123). Sum of RGB (Red+Green+Blue) = 213+58+123=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A7B is #2AC584. Grayscale: #6F6F6F. Windows color (decimal): -2803077 or 8075989. OLE color: 8075989.

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

Color convert

RGB 213 58 123 -
CMYK 0 0.73 0.42 0.16
HSL 334.84º 0.65% 0.53% -
HSV(B) 334.84º 0.73% 0.84% -
XYZ 32.53 18.6 20.62 -
YUV 111.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 213 58 123 0 0.73 0.42 0.16 334.84 0.65 0.53
Hex D5 3A 7B 0 49 2A 10 14F 41 35
Octal 325 72 173 0 111 52 20 517 101 65
Binary 11010101 111010 1111011 0 1001001 101010 10000 101001111 1000001 110101

Color Harmonies of #D53A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A7B

Black with #D53A7B

Text Example


Text Example

White with #D53A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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