Html Css Color HEX #D5287E Deep Cerise

📋 copy color: '#D5287E'

red 213 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #D5287E

Tints of Deep Cerise #D5287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 56.2%
G = 10.55%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5287E (or 0xD5287E) is known color: Deep Cerise. HEX triplet: D5, 28 and 7E. RGB value is (213,40,126). Sum of RGB (Red+Green+Blue) = 213+40+126=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5287E is #2AD781. Grayscale: #656565. Windows color (decimal): -2807682 or 8267989. OLE color: 8267989.

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

Color convert

RGB 213 40 126 -
CMYK 0 0.81 0.41 0.16
HSL 330.17º 0.68% 0.5% -
HSV(B) 330.17º 0.81% 0.84% -
XYZ 31.97 17.17 21.37 -
YUV 101.53 141.81 207.51 -
System Red Green Blue C M Y K H S L
Decimal 213 40 126 0 0.81 0.41 0.16 330.17 0.68 0.5
Hex D5 28 7E 0 51 29 10 14A 44 32
Octal 325 50 176 0 121 51 20 512 104 62
Binary 11010101 101000 1111110 0 1010001 101001 10000 101001010 1000100 110010

Color Harmonies of #D5287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5287E

Black with #D5287E

Text Example


Text Example

White with #D5287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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