Html Css Color HEX #D53261 Cerise

📋 copy color: '#D53261'

red 213 ◦ green 50 ◦ blue 97

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

Shades of Cerise #D53261

Tints of Cerise #D53261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 59.17%
G = 13.89%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53261 (or 0xD53261) is known color: Cerise. HEX triplet: D5, 32 and 61. RGB value is (213,50,97). Sum of RGB (Red+Green+Blue) = 213+50+97=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D53261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53261 is #2ACD9E. Grayscale: #686868. Windows color (decimal): -2805151 or 6370005. OLE color: 6370005.

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

Color convert

RGB 213 50 97 -
CMYK 0 0.77 0.54 0.16
HSL 342.7º 0.66% 0.52% -
HSV(B) 342.7º 0.77% 0.84% -
XYZ 30.74 17.29 13.03 -
YUV 104.1 124 205.68 -
System Red Green Blue C M Y K H S L
Decimal 213 50 97 0 0.77 0.54 0.16 342.7 0.66 0.52
Hex D5 32 61 0 4D 36 10 157 42 34
Octal 325 62 141 0 115 66 20 527 102 64
Binary 11010101 110010 1100001 0 1001101 110110 10000 101010111 1000010 110100

Color Harmonies of #D53261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53261

Black with #D53261

Text Example


Text Example

White with #D53261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53261; }

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

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

background-color css

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

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

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

border-color css

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

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

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