Html Css Color HEX #D52D95 Deep Cerise

📋 copy color: '#D52D95'

red 213 ◦ green 45 ◦ blue 149

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

Shades of Deep Cerise #D52D95

Tints of Deep Cerise #D52D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 52.33%
G = 11.06%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D52D95 (or 0xD52D95) is known color: Deep Cerise. HEX triplet: D5, 2D and 95. RGB value is (213,45,149). Sum of RGB (Red+Green+Blue) = 213+45+149=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D95 is #2AD26A. Grayscale: #6A6A6A. Windows color (decimal): -2806379 or 9776597. OLE color: 9776597.

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

Color convert

RGB 213 45 149 -
CMYK 0 0.79 0.30 0.16
HSL 322.86º 0.67% 0.51% -
HSV(B) 322.86º 0.79% 0.84% -
XYZ 33.8 18.19 30.16 -
YUV 107.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 213 45 149 0 0.79 0.30 0.16 322.86 0.67 0.51
Hex D5 2D 95 0 4F 1E 10 143 43 33
Octal 325 55 225 0 117 36 20 503 103 63
Binary 11010101 101101 10010101 0 1001111 11110 10000 101000011 1000011 110011

Color Harmonies of #D52D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D95

Black with #D52D95

Text Example


Text Example

White with #D52D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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