Html Css Color HEX #D53B7B Deep Cerise

📋 copy color: '#D53B7B'

red 213 ◦ green 59 ◦ blue 123

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

Shades of Deep Cerise #D53B7B

Tints of Deep Cerise #D53B7B

RGB

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

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

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

R = 53.92%
G = 14.94%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D53B7B (or 0xD53B7B) is known color: Deep Cerise. HEX triplet: D5, 3B and 7B. RGB value is (213,59,123). Sum of RGB (Red+Green+Blue) = 213+59+123=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B7B is #2AC484. Grayscale: #707070. Windows color (decimal): -2802821 or 8076245. OLE color: 8076245.

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

Color convert

RGB 213 59 123 -
CMYK 0 0.72 0.42 0.16
HSL 335.06º 0.65% 0.53% -
HSV(B) 335.06º 0.72% 0.84% -
XYZ 32.58 18.7 20.63 -
YUV 112.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 213 59 123 0 0.72 0.42 0.16 335.06 0.65 0.53
Hex D5 3B 7B 0 48 2A 10 14F 41 35
Octal 325 73 173 0 110 52 20 517 101 65
Binary 11010101 111011 1111011 0 1001000 101010 10000 101001111 1000001 110101

Color Harmonies of #D53B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B7B

Black with #D53B7B

Text Example


Text Example

White with #D53B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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