Html Css Color HEX #D5288C Deep Cerise

📋 copy color: '#D5288C'

red 213 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #D5288C

Tints of Deep Cerise #D5288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 54.2%
G = 10.18%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5288C (or 0xD5288C) is known color: Deep Cerise. HEX triplet: D5, 28 and 8C. RGB value is (213,40,140). Sum of RGB (Red+Green+Blue) = 213+40+140=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5288C is #2AD773. Grayscale: #666666. Windows color (decimal): -2807668 or 9185493. OLE color: 9185493.

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

Color convert

RGB 213 40 140 -
CMYK 0 0.81 0.34 0.16
HSL 325.32º 0.68% 0.5% -
HSV(B) 325.32º 0.81% 0.84% -
XYZ 32.93 17.56 26.46 -
YUV 103.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 213 40 140 0 0.81 0.34 0.16 325.32 0.68 0.5
Hex D5 28 8C 0 51 22 10 145 44 32
Octal 325 50 214 0 121 42 20 505 104 62
Binary 11010101 101000 10001100 0 1010001 100010 10000 101000101 1000100 110010

Color Harmonies of #D5288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5288C

Black with #D5288C

Text Example


Text Example

White with #D5288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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