Html Css Color HEX #D53661 Cerise

📋 copy color: '#D53661'

red 213 ◦ green 54 ◦ blue 97

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

Shades of Cerise #D53661

Tints of Cerise #D53661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 58.52%
G = 14.84%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53661 (or 0xD53661) is known color: Cerise. HEX triplet: D5, 36 and 61. RGB value is (213,54,97). Sum of RGB (Red+Green+Blue) = 213+54+97=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53661 is #2AC99E. Grayscale: #6A6A6A. Windows color (decimal): -2804127 or 6371029. OLE color: 6371029.

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

Color convert

RGB 213 54 97 -
CMYK 0 0.75 0.54 0.16
HSL 343.77º 0.65% 0.52% -
HSV(B) 343.77º 0.75% 0.84% -
XYZ 30.92 17.65 13.09 -
YUV 106.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 213 54 97 0 0.75 0.54 0.16 343.77 0.65 0.52
Hex D5 36 61 0 4B 36 10 158 41 34
Octal 325 66 141 0 113 66 20 530 101 64
Binary 11010101 110110 1100001 0 1001011 110110 10000 101011000 1000001 110100

Color Harmonies of #D53661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53661

Black with #D53661

Text Example


Text Example

White with #D53661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53661; }

 p { color: rgb(213,54,97); }

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

background-color css

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

 a { background-color: rgb(213,54,97); }

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

border-color css

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

 span { border-color: rgb(213,54,97); }

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