Html Css Color HEX #D5289B Deep Cerise

📋 copy color: '#D5289B'

red 213 ◦ green 40 ◦ blue 155

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

Shades of Deep Cerise #D5289B

Tints of Deep Cerise #D5289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 52.21%
G = 9.8%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5289B (or 0xD5289B) is known color: Deep Cerise. HEX triplet: D5, 28 and 9B. RGB value is (213,40,155). Sum of RGB (Red+Green+Blue) = 213+40+155=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5289B is #2AD764. Grayscale: #686868. Windows color (decimal): -2807653 or 10168533. OLE color: 10168533.

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

Color convert

RGB 213 40 155 -
CMYK 0 0.81 0.27 0.16
HSL 320.12º 0.68% 0.5% -
HSV(B) 320.12º 0.81% 0.84% -
XYZ 34.12 18.03 32.69 -
YUV 104.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 213 40 155 0 0.81 0.27 0.16 320.12 0.68 0.5
Hex D5 28 9B 0 51 1B 10 140 44 32
Octal 325 50 233 0 121 33 20 500 104 62
Binary 11010101 101000 10011011 0 1010001 11011 10000 101000000 1000100 110010

Color Harmonies of #D5289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5289B

Black with #D5289B

Text Example


Text Example

White with #D5289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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