Html Css Color HEX #D53B6F Cerise

📋 copy color: '#D53B6F'

red 213 ◦ green 59 ◦ blue 111

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

Shades of Cerise #D53B6F

Tints of Cerise #D53B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 55.61%
G = 15.4%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D53B6F (or 0xD53B6F) is known color: Cerise. HEX triplet: D5, 3B and 6F. RGB value is (213,59,111). Sum of RGB (Red+Green+Blue) = 213+59+111=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B6F is #2AC490. Grayscale: #6E6E6E. Windows color (decimal): -2802833 or 7289813. OLE color: 7289813.

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

Color convert

RGB 213 59 111 -
CMYK 0 0.72 0.48 0.16
HSL 339.74º 0.65% 0.53% -
HSV(B) 339.74º 0.72% 0.84% -
XYZ 31.87 18.42 16.91 -
YUV 110.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 213 59 111 0 0.72 0.48 0.16 339.74 0.65 0.53
Hex D5 3B 6F 0 48 30 10 154 41 35
Octal 325 73 157 0 110 60 20 524 101 65
Binary 11010101 111011 1101111 0 1001000 110000 10000 101010100 1000001 110101

Color Harmonies of #D53B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B6F

Black with #D53B6F

Text Example


Text Example

White with #D53B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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