Html Css Color HEX #D52B5B Cerise

📋 copy color: '#D52B5B'

red 213 ◦ green 43 ◦ blue 91

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

Shades of Cerise #D52B5B

Tints of Cerise #D52B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.39%

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

R = 61.38%
G = 12.39%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D52B5B (or 0xD52B5B) is known color: Cerise. HEX triplet: D5, 2B and 5B. RGB value is (213,43,91). Sum of RGB (Red+Green+Blue) = 213+43+91=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52B5B is #2AD4A4. Grayscale: #636363. Windows color (decimal): -2806949 or 5974997. OLE color: 5974997.

HSL color Cylindrical-coordinate representation of color #D52B5B: hue angle of 343.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B5B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 91 -
CMYK 0 0.80 0.57 0.16
HSL 343.06º 0.67% 0.5% -
HSV(B) 343.06º 0.8% 0.84% -
XYZ 30.19 16.63 11.52 -
YUV 99.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 213 43 91 0 0.80 0.57 0.16 343.06 0.67 0.5
Hex D5 2B 5B 0 50 39 10 157 43 32
Octal 325 53 133 0 120 71 20 527 103 62
Binary 11010101 101011 1011011 0 1010000 111001 10000 101010111 1000011 110010

Color Harmonies of #D52B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B5B

Black with #D52B5B

Text Example


Text Example

White with #D52B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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