Html Css Color HEX #D52883 Deep Cerise

📋 copy color: '#D52883'

red 213 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #D52883

Tints of Deep Cerise #D52883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

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

R = 55.47%
G = 10.42%
B = 34.11%

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

#D52883 (or 0xD52883) is known color: Deep Cerise. HEX triplet: D5, 28 and 83. RGB value is (213,40,131). Sum of RGB (Red+Green+Blue) = 213+40+131=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D52883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52883 is #2AD77C. Grayscale: #656565. Windows color (decimal): -2807677 or 8595669. OLE color: 8595669.

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

Color convert

RGB 213 40 131 -
CMYK 0 0.81 0.38 0.16
HSL 328.44º 0.68% 0.5% -
HSV(B) 328.44º 0.81% 0.84% -
XYZ 32.3 17.3 23.11 -
YUV 102.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 213 40 131 0 0.81 0.38 0.16 328.44 0.68 0.5
Hex D5 28 83 0 51 26 10 148 44 32
Octal 325 50 203 0 121 46 20 510 104 62
Binary 11010101 101000 10000011 0 1010001 100110 10000 101001000 1000100 110010

Color Harmonies of #D52883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52883

Black with #D52883

Text Example


Text Example

White with #D52883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52883; }

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

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

background-color css

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

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

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

border-color css

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

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

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