Html Css Color HEX #D53162 Cerise

📋 copy color: '#D53162'

red 213 ◦ green 49 ◦ blue 98

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

Shades of Cerise #D53162

Tints of Cerise #D53162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 59.17%
G = 13.61%
B = 27.22%

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

#D53162 (or 0xD53162) is known color: Cerise. HEX triplet: D5, 31 and 62. RGB value is (213,49,98). Sum of RGB (Red+Green+Blue) = 213+49+98=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D53162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53162 is #2ACE9D. Grayscale: #676767. Windows color (decimal): -2805406 or 6435285. OLE color: 6435285.

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

Color convert

RGB 213 49 98 -
CMYK 0 0.77 0.54 0.16
HSL 342.07º 0.66% 0.51% -
HSV(B) 342.07º 0.77% 0.84% -
XYZ 30.74 17.22 13.26 -
YUV 103.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 213 49 98 0 0.77 0.54 0.16 342.07 0.66 0.51
Hex D5 31 62 0 4D 36 10 156 42 33
Octal 325 61 142 0 115 66 20 526 102 63
Binary 11010101 110001 1100010 0 1001101 110110 10000 101010110 1000010 110011

Color Harmonies of #D53162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53162

Black with #D53162

Text Example


Text Example

White with #D53162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53162; }

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

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

background-color css

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

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

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

border-color css

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

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

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