Html Css Color HEX #D52983 Deep Cerise

📋 copy color: '#D52983'

red 213 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #D52983

Tints of Deep Cerise #D52983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 55.32%
G = 10.65%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D52983 (or 0xD52983) is known color: Deep Cerise. HEX triplet: D5, 29 and 83. RGB value is (213,41,131). Sum of RGB (Red+Green+Blue) = 213+41+131=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D52983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52983 is #2AD67C. Grayscale: #666666. Windows color (decimal): -2807421 or 8595925. OLE color: 8595925.

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

Color convert

RGB 213 41 131 -
CMYK 0 0.81 0.38 0.16
HSL 328.6º 0.68% 0.5% -
HSV(B) 328.6º 0.81% 0.84% -
XYZ 32.33 17.37 23.12 -
YUV 102.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 213 41 131 0 0.81 0.38 0.16 328.6 0.68 0.5
Hex D5 29 83 0 51 26 10 149 44 32
Octal 325 51 203 0 121 46 20 511 104 62
Binary 11010101 101001 10000011 0 1010001 100110 10000 101001001 1000100 110010

Color Harmonies of #D52983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52983

Black with #D52983

Text Example


Text Example

White with #D52983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52983; }

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

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

background-color css

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

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

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

border-color css

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

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

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