Html Css Color HEX #D54191 Deep Cerise

📋 copy color: '#D54191'

red 213 ◦ green 65 ◦ blue 145

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

Shades of Deep Cerise #D54191

Tints of Deep Cerise #D54191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 50.35%
G = 15.37%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D54191 (or 0xD54191) is known color: Deep Cerise. HEX triplet: D5, 41 and 91. RGB value is (213,65,145). Sum of RGB (Red+Green+Blue) = 213+65+145=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54191 is #2ABE6E. Grayscale: #767676. Windows color (decimal): -2801263 or 9519573. OLE color: 9519573.

HSL color Cylindrical-coordinate representation of color #D54191: hue angle of 327.57º degrees, saturation: 0.64, 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 #D54191 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 145 -
CMYK 0 0.69 0.32 0.16
HSL 327.57º 0.64% 0.55% -
HSV(B) 327.57º 0.69% 0.84% -
XYZ 34.44 19.97 28.83 -
YUV 118.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 213 65 145 0 0.69 0.32 0.16 327.57 0.64 0.55
Hex D5 41 91 0 45 20 10 148 40 37
Octal 325 101 221 0 105 40 20 510 100 67
Binary 11010101 1000001 10010001 0 1000101 100000 10000 101001000 1000000 110111

Color Harmonies of #D54191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54191

Black with #D54191

Text Example


Text Example

White with #D54191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54191; }

 p { color: rgb(213,65,145); }

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

background-color css

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

 a { background-color: rgb(213,65,145); }

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

border-color css

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

 span { border-color: rgb(213,65,145); }

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