Html Css Color HEX #D52F5B Cerise

📋 copy color: '#D52F5B'

red 213 ◦ green 47 ◦ blue 91

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

Shades of Cerise #D52F5B

Tints of Cerise #D52F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 60.68%
G = 13.39%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D52F5B (or 0xD52F5B) is known color: Cerise. HEX triplet: D5, 2F and 5B. RGB value is (213,47,91). Sum of RGB (Red+Green+Blue) = 213+47+91=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F5B is #2AD0A4. Grayscale: #656565. Windows color (decimal): -2805925 or 5976021. OLE color: 5976021.

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

Color convert

RGB 213 47 91 -
CMYK 0 0.78 0.57 0.16
HSL 344.1º 0.66% 0.51% -
HSV(B) 344.1º 0.78% 0.84% -
XYZ 30.35 16.93 11.57 -
YUV 101.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 213 47 91 0 0.78 0.57 0.16 344.1 0.66 0.51
Hex D5 2F 5B 0 4E 39 10 158 42 33
Octal 325 57 133 0 116 71 20 530 102 63
Binary 11010101 101111 1011011 0 1001110 111001 10000 101011000 1000010 110011

Color Harmonies of #D52F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F5B

Black with #D52F5B

Text Example


Text Example

White with #D52F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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