Html Css Color HEX #D54389 Deep Cerise

📋 copy color: '#D54389'

red 213 ◦ green 67 ◦ blue 137

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

Shades of Deep Cerise #D54389

Tints of Deep Cerise #D54389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 51.08%
G = 16.07%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54389 (or 0xD54389) is known color: Deep Cerise. HEX triplet: D5, 43 and 89. RGB value is (213,67,137). Sum of RGB (Red+Green+Blue) = 213+67+137=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54389 is #2ABC76. Grayscale: #767676. Windows color (decimal): -2800759 or 8995797. OLE color: 8995797.

HSL color Cylindrical-coordinate representation of color #D54389: hue angle of 331.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54389 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 137 -
CMYK 0 0.69 0.36 0.16
HSL 331.23º 0.63% 0.55% -
HSV(B) 331.23º 0.69% 0.84% -
XYZ 33.96 19.97 25.73 -
YUV 118.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 213 67 137 0 0.69 0.36 0.16 331.23 0.63 0.55
Hex D5 43 89 0 45 24 10 14B 3F 37
Octal 325 103 211 0 105 44 20 513 77 67
Binary 11010101 1000011 10001001 0 1000101 100100 10000 101001011 111111 110111

Color Harmonies of #D54389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54389

Black with #D54389

Text Example


Text Example

White with #D54389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54389; }

 p { color: rgb(213,67,137); }

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

background-color css

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

 a { background-color: rgb(213,67,137); }

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

border-color css

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

 span { border-color: rgb(213,67,137); }

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