Html Css Color HEX #D53F85 Deep Cerise

📋 copy color: '#D53F85'

red 213 ◦ green 63 ◦ blue 133

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

Shades of Deep Cerise #D53F85

Tints of Deep Cerise #D53F85

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 52.08%
G = 15.4%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53F85 (or 0xD53F85) is known color: Deep Cerise. HEX triplet: D5, 3F and 85. RGB value is (213,63,133). Sum of RGB (Red+Green+Blue) = 213+63+133=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F85 is #2AC07A. Grayscale: #737373. Windows color (decimal): -2801787 or 8732629. OLE color: 8732629.

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

Color convert

RGB 213 63 133 -
CMYK 0 0.70 0.38 0.16
HSL 332º 0.64% 0.54% -
HSV(B) 332º 0.7% 0.84% -
XYZ 33.45 19.39 24.17 -
YUV 115.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 213 63 133 0 0.70 0.38 0.16 332 0.64 0.54
Hex D5 3F 85 0 46 26 10 14C 40 36
Octal 325 77 205 0 106 46 20 514 100 66
Binary 11010101 111111 10000101 0 1000110 100110 10000 101001100 1000000 110110

Color Harmonies of #D53F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F85

Black with #D53F85

Text Example


Text Example

White with #D53F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F85; }

 p { color: rgb(213,63,133); }

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

background-color css

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

 a { background-color: rgb(213,63,133); }

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

border-color css

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

 span { border-color: rgb(213,63,133); }

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