Html Css Color HEX #D5389E Deep Cerise

📋 copy color: '#D5389E'

red 213 ◦ green 56 ◦ blue 158

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

Shades of Deep Cerise #D5389E

Tints of Deep Cerise #D5389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.11%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 49.88%
G = 13.11%
B = 37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5389E (or 0xD5389E) is known color: Deep Cerise. HEX triplet: D5, 38 and 9E. RGB value is (213,56,158). Sum of RGB (Red+Green+Blue) = 213+56+158=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5389E is #2AC761. Grayscale: #727272. Windows color (decimal): -2803554 or 10369237. OLE color: 10369237.

HSL color Cylindrical-coordinate representation of color #D5389E: hue angle of 321.02º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5389E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 158 -
CMYK 0 0.74 0.26 0.16
HSL 321.02º 0.65% 0.53% -
HSV(B) 321.02º 0.74% 0.84% -
XYZ 35.03 19.44 34.25 -
YUV 114.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 213 56 158 0 0.74 0.26 0.16 321.02 0.65 0.53
Hex D5 38 9E 0 4A 1A 10 141 41 35
Octal 325 70 236 0 112 32 20 501 101 65
Binary 11010101 111000 10011110 0 1001010 11010 10000 101000001 1000001 110101

Color Harmonies of #D5389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5389E

Black with #D5389E

Text Example


Text Example

White with #D5389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5389E; }

 p { color: rgb(213,56,158); }

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

background-color css

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

 a { background-color: rgb(213,56,158); }

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

border-color css

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

 span { border-color: rgb(213,56,158); }

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