Html Css Color HEX #D52D5C Cerise

📋 copy color: '#D52D5C'

red 213 ◦ green 45 ◦ blue 92

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

Shades of Cerise #D52D5C

Tints of Cerise #D52D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 60.86%
G = 12.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D52D5C (or 0xD52D5C) is known color: Cerise. HEX triplet: D5, 2D and 5C. RGB value is (213,45,92). Sum of RGB (Red+Green+Blue) = 213+45+92=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D5C is #2AD2A3. Grayscale: #646464. Windows color (decimal): -2806436 or 6041045. OLE color: 6041045.

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

Color convert

RGB 213 45 92 -
CMYK 0 0.79 0.57 0.16
HSL 343.21º 0.67% 0.51% -
HSV(B) 343.21º 0.79% 0.84% -
XYZ 30.31 16.8 11.77 -
YUV 100.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 213 45 92 0 0.79 0.57 0.16 343.21 0.67 0.51
Hex D5 2D 5C 0 4F 39 10 157 43 33
Octal 325 55 134 0 117 71 20 527 103 63
Binary 11010101 101101 1011100 0 1001111 111001 10000 101010111 1000011 110011

Color Harmonies of #D52D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D5C

Black with #D52D5C

Text Example


Text Example

White with #D52D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D5C; }

 p { color: rgb(213,45,92); }

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

background-color css

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

 a { background-color: rgb(213,45,92); }

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

border-color css

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

 span { border-color: rgb(213,45,92); }

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