Html Css Color HEX #D52F61 Cerise

📋 copy color: '#D52F61'

red 213 ◦ green 47 ◦ blue 97

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

Shades of Cerise #D52F61

Tints of Cerise #D52F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

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

R = 59.66%
G = 13.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D52F61 (or 0xD52F61) is known color: Cerise. HEX triplet: D5, 2F and 61. RGB value is (213,47,97). Sum of RGB (Red+Green+Blue) = 213+47+97=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F61 is #2AD09E. Grayscale: #666666. Windows color (decimal): -2805919 or 6369237. OLE color: 6369237.

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

Color convert

RGB 213 47 97 -
CMYK 0 0.78 0.54 0.16
HSL 341.93º 0.66% 0.51% -
HSV(B) 341.93º 0.78% 0.84% -
XYZ 30.61 17.04 12.99 -
YUV 102.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 213 47 97 0 0.78 0.54 0.16 341.93 0.66 0.51
Hex D5 2F 61 0 4E 36 10 156 42 33
Octal 325 57 141 0 116 66 20 526 102 63
Binary 11010101 101111 1100001 0 1001110 110110 10000 101010110 1000010 110011

Color Harmonies of #D52F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F61

Black with #D52F61

Text Example


Text Example

White with #D52F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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