Html Css Color HEX #D52992 Deep Cerise

📋 copy color: '#D52992'

red 213 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D52992

Tints of Deep Cerise #D52992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 53.25%
G = 10.25%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52992 (or 0xD52992) is known color: Deep Cerise. HEX triplet: D5, 29 and 92. RGB value is (213,41,146). Sum of RGB (Red+Green+Blue) = 213+41+146=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52992 is #2AD66D. Grayscale: #686868. Windows color (decimal): -2807406 or 9578965. OLE color: 9578965.

HSL color Cylindrical-coordinate representation of color #D52992: hue angle of 323.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52992 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 146 -
CMYK 0 0.81 0.31 0.16
HSL 323.37º 0.68% 0.5% -
HSV(B) 323.37º 0.81% 0.84% -
XYZ 33.42 17.81 28.87 -
YUV 104.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 213 41 146 0 0.81 0.31 0.16 323.37 0.68 0.5
Hex D5 29 92 0 51 1F 10 143 44 32
Octal 325 51 222 0 121 37 20 503 104 62
Binary 11010101 101001 10010010 0 1010001 11111 10000 101000011 1000100 110010

Color Harmonies of #D52992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52992

Black with #D52992

Text Example


Text Example

White with #D52992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52992; }

 p { color: rgb(213,41,146); }

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

background-color css

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

 a { background-color: rgb(213,41,146); }

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

border-color css

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

 span { border-color: rgb(213,41,146); }

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