Html Css Color HEX #D52861 Cerise

📋 copy color: '#D52861'

red 213 ◦ green 40 ◦ blue 97

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

Shades of Cerise #D52861

Tints of Cerise #D52861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 60.86%
G = 11.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D52861 (or 0xD52861) is known color: Cerise. HEX triplet: D5, 28 and 61. RGB value is (213,40,97). Sum of RGB (Red+Green+Blue) = 213+40+97=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D52861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52861 is #2AD79E. Grayscale: #626262. Windows color (decimal): -2807711 or 6367445. OLE color: 6367445.

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

Color convert

RGB 213 40 97 -
CMYK 0 0.81 0.54 0.16
HSL 340.23º 0.68% 0.5% -
HSV(B) 340.23º 0.81% 0.84% -
XYZ 30.36 16.53 12.9 -
YUV 98.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 213 40 97 0 0.81 0.54 0.16 340.23 0.68 0.5
Hex D5 28 61 0 51 36 10 154 44 32
Octal 325 50 141 0 121 66 20 524 104 62
Binary 11010101 101000 1100001 0 1010001 110110 10000 101010100 1000100 110010

Color Harmonies of #D52861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52861

Black with #D52861

Text Example


Text Example

White with #D52861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52861; }

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

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

background-color css

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

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

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

border-color css

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

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

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