Html Css Color HEX #D53D7B Deep Cerise

📋 copy color: '#D53D7B'

red 213 ◦ green 61 ◦ blue 123

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

Shades of Deep Cerise #D53D7B

Tints of Deep Cerise #D53D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

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

R = 53.65%
G = 15.37%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D53D7B (or 0xD53D7B) is known color: Deep Cerise. HEX triplet: D5, 3D and 7B. RGB value is (213,61,123). Sum of RGB (Red+Green+Blue) = 213+61+123=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D7B is #2AC284. Grayscale: #717171. Windows color (decimal): -2802309 or 8076757. OLE color: 8076757.

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

Color convert

RGB 213 61 123 -
CMYK 0 0.71 0.42 0.16
HSL 335.53º 0.64% 0.54% -
HSV(B) 335.53º 0.71% 0.84% -
XYZ 32.68 18.91 20.67 -
YUV 113.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 213 61 123 0 0.71 0.42 0.16 335.53 0.64 0.54
Hex D5 3D 7B 0 47 2A 10 150 40 36
Octal 325 75 173 0 107 52 20 520 100 66
Binary 11010101 111101 1111011 0 1000111 101010 10000 101010000 1000000 110110

Color Harmonies of #D53D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D7B

Black with #D53D7B

Text Example


Text Example

White with #D53D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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