Html Css Color HEX #D5389A Deep Cerise

📋 copy color: '#D5389A'

red 213 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #D5389A

Tints of Deep Cerise #D5389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 50.35%
G = 13.24%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5389A (or 0xD5389A) is known color: Deep Cerise. HEX triplet: D5, 38 and 9A. RGB value is (213,56,154). Sum of RGB (Red+Green+Blue) = 213+56+154=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5389A is #2AC765. Grayscale: #717171. Windows color (decimal): -2803558 or 10107093. OLE color: 10107093.

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

Color convert

RGB 213 56 154 -
CMYK 0 0.74 0.28 0.16
HSL 322.55º 0.65% 0.53% -
HSV(B) 322.55º 0.74% 0.84% -
XYZ 34.69 19.31 32.47 -
YUV 114.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 213 56 154 0 0.74 0.28 0.16 322.55 0.65 0.53
Hex D5 38 9A 0 4A 1C 10 143 41 35
Octal 325 70 232 0 112 34 20 503 101 65
Binary 11010101 111000 10011010 0 1001010 11100 10000 101000011 1000001 110101

Color Harmonies of #D5389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5389A

Black with #D5389A

Text Example


Text Example

White with #D5389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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