Html Css Color HEX #D53383 Deep Cerise

📋 copy color: '#D53383'

red 213 ◦ green 51 ◦ blue 131

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

Shades of Deep Cerise #D53383

Tints of Deep Cerise #D53383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 53.92%
G = 12.91%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53383 (or 0xD53383) is known color: Deep Cerise. HEX triplet: D5, 33 and 83. RGB value is (213,51,131). Sum of RGB (Red+Green+Blue) = 213+51+131=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D53383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53383 is #2ACC7C. Grayscale: #6C6C6C. Windows color (decimal): -2804861 or 8598485. OLE color: 8598485.

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

Color convert

RGB 213 51 131 -
CMYK 0 0.76 0.38 0.16
HSL 330.37º 0.66% 0.52% -
HSV(B) 330.37º 0.76% 0.84% -
XYZ 32.72 18.15 23.25 -
YUV 108.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 213 51 131 0 0.76 0.38 0.16 330.37 0.66 0.52
Hex D5 33 83 0 4C 26 10 14A 42 34
Octal 325 63 203 0 114 46 20 512 102 64
Binary 11010101 110011 10000011 0 1001100 100110 10000 101001010 1000010 110100

Color Harmonies of #D53383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53383

Black with #D53383

Text Example


Text Example

White with #D53383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53383; }

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

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

background-color css

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

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

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

border-color css

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

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

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