Html Css Color HEX #D5287A Deep Cerise

📋 copy color: '#D5287A'

red 213 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #D5287A

Tints of Deep Cerise #D5287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 56.8%
G = 10.67%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5287A (or 0xD5287A) is known color: Deep Cerise. HEX triplet: D5, 28 and 7A. RGB value is (213,40,122). Sum of RGB (Red+Green+Blue) = 213+40+122=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5287A is #2AD785. Grayscale: #646464. Windows color (decimal): -2807686 or 8005845. OLE color: 8005845.

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

Color convert

RGB 213 40 122 -
CMYK 0 0.81 0.43 0.16
HSL 331.56º 0.68% 0.5% -
HSV(B) 331.56º 0.81% 0.84% -
XYZ 31.71 17.07 20.04 -
YUV 101.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 213 40 122 0 0.81 0.43 0.16 331.56 0.68 0.5
Hex D5 28 7A 0 51 2B 10 14C 44 32
Octal 325 50 172 0 121 53 20 514 104 62
Binary 11010101 101000 1111010 0 1010001 101011 10000 101001100 1000100 110010

Color Harmonies of #D5287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5287A

Black with #D5287A

Text Example


Text Example

White with #D5287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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