Html Css Color HEX #D53962 Cerise

📋 copy color: '#D53962'

red 213 ◦ green 57 ◦ blue 98

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

Shades of Cerise #D53962

Tints of Cerise #D53962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 57.88%
G = 15.49%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53962 (or 0xD53962) is known color: Cerise. HEX triplet: D5, 39 and 62. RGB value is (213,57,98). Sum of RGB (Red+Green+Blue) = 213+57+98=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D53962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53962 is #2AC69D. Grayscale: #6C6C6C. Windows color (decimal): -2803358 or 6437333. OLE color: 6437333.

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

Color convert

RGB 213 57 98 -
CMYK 0 0.73 0.54 0.16
HSL 344.23º 0.65% 0.53% -
HSV(B) 344.23º 0.73% 0.84% -
XYZ 31.11 17.95 13.38 -
YUV 108.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 213 57 98 0 0.73 0.54 0.16 344.23 0.65 0.53
Hex D5 39 62 0 49 36 10 158 41 35
Octal 325 71 142 0 111 66 20 530 101 65
Binary 11010101 111001 1100010 0 1001001 110110 10000 101011000 1000001 110101

Color Harmonies of #D53962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53962

Black with #D53962

Text Example


Text Example

White with #D53962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53962; }

 p { color: rgb(213,57,98); }

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

background-color css

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

 a { background-color: rgb(213,57,98); }

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

border-color css

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

 span { border-color: rgb(213,57,98); }

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