Html Css Color HEX #D5287C Deep Cerise

📋 copy color: '#D5287C'

red 213 ◦ green 40 ◦ blue 124

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

Shades of Deep Cerise #D5287C

Tints of Deep Cerise #D5287C

RGB

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

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

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

R = 56.5%
G = 10.61%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5287C (or 0xD5287C) is known color: Deep Cerise. HEX triplet: D5, 28 and 7C. RGB value is (213,40,124). Sum of RGB (Red+Green+Blue) = 213+40+124=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5287C is #2AD783. Grayscale: #656565. Windows color (decimal): -2807684 or 8136917. OLE color: 8136917.

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

Color convert

RGB 213 40 124 -
CMYK 0 0.81 0.42 0.16
HSL 330.87º 0.68% 0.5% -
HSV(B) 330.87º 0.81% 0.84% -
XYZ 31.84 17.12 20.7 -
YUV 101.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 213 40 124 0 0.81 0.42 0.16 330.87 0.68 0.5
Hex D5 28 7C 0 51 2A 10 14B 44 32
Octal 325 50 174 0 121 52 20 513 104 62
Binary 11010101 101000 1111100 0 1010001 101010 10000 101001011 1000100 110010

Color Harmonies of #D5287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5287C

Black with #D5287C

Text Example


Text Example

White with #D5287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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