Html Css Color HEX #D5287B Deep Cerise

📋 copy color: '#D5287B'

red 213 ◦ green 40 ◦ blue 123

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

Shades of Deep Cerise #D5287B

Tints of Deep Cerise #D5287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 56.65%
G = 10.64%
B = 32.71%

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

#D5287B (or 0xD5287B) is known color: Deep Cerise. HEX triplet: D5, 28 and 7B. RGB value is (213,40,123). Sum of RGB (Red+Green+Blue) = 213+40+123=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5287B is #2AD784. Grayscale: #656565. Windows color (decimal): -2807685 or 8071381. OLE color: 8071381.

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

Color convert

RGB 213 40 123 -
CMYK 0 0.81 0.42 0.16
HSL 331.21º 0.68% 0.5% -
HSV(B) 331.21º 0.81% 0.84% -
XYZ 31.77 17.09 20.36 -
YUV 101.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 213 40 123 0 0.81 0.42 0.16 331.21 0.68 0.5
Hex D5 28 7B 0 51 2A 10 14B 44 32
Octal 325 50 173 0 121 52 20 513 104 62
Binary 11010101 101000 1111011 0 1010001 101010 10000 101001011 1000100 110010

Color Harmonies of #D5287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5287B

Black with #D5287B

Text Example


Text Example

White with #D5287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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