Html Css Color HEX #D52E75 Deep Cerise

📋 copy color: '#D52E75'

red 213 ◦ green 46 ◦ blue 117

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

Shades of Deep Cerise #D52E75

Tints of Deep Cerise #D52E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.23%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 56.65%
G = 12.23%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52E75 (or 0xD52E75) is known color: Deep Cerise. HEX triplet: D5, 2E and 75. RGB value is (213,46,117). Sum of RGB (Red+Green+Blue) = 213+46+117=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E75 is #2AD18A. Grayscale: #676767. Windows color (decimal): -2806155 or 7679701. OLE color: 7679701.

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

Color convert

RGB 213 46 117 -
CMYK 0 0.78 0.45 0.16
HSL 334.49º 0.67% 0.51% -
HSV(B) 334.49º 0.78% 0.84% -
XYZ 31.63 17.38 18.52 -
YUV 104.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 213 46 117 0 0.78 0.45 0.16 334.49 0.67 0.51
Hex D5 2E 75 0 4E 2D 10 14E 43 33
Octal 325 56 165 0 116 55 20 516 103 63
Binary 11010101 101110 1110101 0 1001110 101101 10000 101001110 1000011 110011

Color Harmonies of #D52E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E75

Black with #D52E75

Text Example


Text Example

White with #D52E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E75; }

 p { color: rgb(213,46,117); }

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

background-color css

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

 a { background-color: rgb(213,46,117); }

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

border-color css

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

 span { border-color: rgb(213,46,117); }

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