Html Css Color HEX #D52183 Deep Cerise

📋 copy color: '#D52183'

red 213 ◦ green 33 ◦ blue 131

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

Shades of Deep Cerise #D52183

Tints of Deep Cerise #D52183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 56.5%
G = 8.75%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D52183 (or 0xD52183) is known color: Deep Cerise. HEX triplet: D5, 21 and 83. RGB value is (213,33,131). Sum of RGB (Red+Green+Blue) = 213+33+131=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D52183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52183 is #2ADE7C. Grayscale: #616161. Windows color (decimal): -2809469 or 8593877. OLE color: 8593877.

HSL color Cylindrical-coordinate representation of color #D52183: hue angle of 327.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52183 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 131 -
CMYK 0 0.85 0.38 0.16
HSL 327.33º 0.73% 0.48% -
HSV(B) 327.33º 0.85% 0.84% -
XYZ 32.08 16.87 23.04 -
YUV 97.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 213 33 131 0 0.85 0.38 0.16 327.33 0.73 0.48
Hex D5 21 83 0 55 26 10 147 49 30
Octal 325 41 203 0 125 46 20 507 111 60
Binary 11010101 100001 10000011 0 1010101 100110 10000 101000111 1001001 110000

Color Harmonies of #D52183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52183

Black with #D52183

Text Example


Text Example

White with #D52183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52183; }

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

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

background-color css

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

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

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

border-color css

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

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

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