Html Css Color HEX #D52F59 Cerise

📋 copy color: '#D52F59'

red 213 ◦ green 47 ◦ blue 89

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

Shades of Cerise #D52F59

Tints of Cerise #D52F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 61.03%
G = 13.47%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D52F59 (or 0xD52F59) is known color: Cerise. HEX triplet: D5, 2F and 59. RGB value is (213,47,89). Sum of RGB (Red+Green+Blue) = 213+47+89=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F59 is #2AD0A6. Grayscale: #656565. Windows color (decimal): -2805927 or 5844949. OLE color: 5844949.

HSL color Cylindrical-coordinate representation of color #D52F59: hue angle of 344.82º 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 #D52F59 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 89 -
CMYK 0 0.78 0.58 0.16
HSL 344.82º 0.66% 0.51% -
HSV(B) 344.82º 0.78% 0.84% -
XYZ 30.26 16.9 11.12 -
YUV 101.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 213 47 89 0 0.78 0.58 0.16 344.82 0.66 0.51
Hex D5 2F 59 0 4E 3A 10 159 42 33
Octal 325 57 131 0 116 72 20 531 102 63
Binary 11010101 101111 1011001 0 1001110 111010 10000 101011001 1000010 110011

Color Harmonies of #D52F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F59

Black with #D52F59

Text Example


Text Example

White with #D52F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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