Html Css Color HEX #D5387C Deep Cerise

📋 copy color: '#D5387C'

red 213 ◦ green 56 ◦ blue 124

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

Shades of Deep Cerise #D5387C

Tints of Deep Cerise #D5387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 54.2%
G = 14.25%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5387C (or 0xD5387C) is known color: Deep Cerise. HEX triplet: D5, 38 and 7C. RGB value is (213,56,124). Sum of RGB (Red+Green+Blue) = 213+56+124=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387C is #2AC783. Grayscale: #6E6E6E. Windows color (decimal): -2803588 or 8141013. OLE color: 8141013.

HSL color Cylindrical-coordinate representation of color #D5387C: hue angle of 334.01º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5387C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 124 -
CMYK 0 0.74 0.42 0.16
HSL 334.01º 0.65% 0.53% -
HSV(B) 334.01º 0.74% 0.84% -
XYZ 32.49 18.43 20.91 -
YUV 110.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 213 56 124 0 0.74 0.42 0.16 334.01 0.65 0.53
Hex D5 38 7C 0 4A 2A 10 14E 41 35
Octal 325 70 174 0 112 52 20 516 101 65
Binary 11010101 111000 1111100 0 1001010 101010 10000 101001110 1000001 110101

Color Harmonies of #D5387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5387C

Black with #D5387C

Text Example


Text Example

White with #D5387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5387C; }

 p { color: rgb(213,56,124); }

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

background-color css

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

 a { background-color: rgb(213,56,124); }

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

border-color css

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

 span { border-color: rgb(213,56,124); }

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