Html Css Color HEX #D54095 Deep Cerise

📋 copy color: '#D54095'

red 213 ◦ green 64 ◦ blue 149

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

Shades of Deep Cerise #D54095

Tints of Deep Cerise #D54095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 50%
G = 15.02%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54095 (or 0xD54095) is known color: Deep Cerise. HEX triplet: D5, 40 and 95. RGB value is (213,64,149). Sum of RGB (Red+Green+Blue) = 213+64+149=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54095 is #2ABF6A. Grayscale: #767676. Windows color (decimal): -2801515 or 9781461. OLE color: 9781461.

HSL color Cylindrical-coordinate representation of color #D54095: hue angle of 325.77º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54095 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 149 -
CMYK 0 0.70 0.30 0.16
HSL 325.77º 0.64% 0.54% -
HSV(B) 325.77º 0.7% 0.84% -
XYZ 34.7 19.98 30.46 -
YUV 118.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 213 64 149 0 0.70 0.30 0.16 325.77 0.64 0.54
Hex D5 40 95 0 46 1E 10 146 40 36
Octal 325 100 225 0 106 36 20 506 100 66
Binary 11010101 1000000 10010101 0 1000110 11110 10000 101000110 1000000 110110

Color Harmonies of #D54095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54095

Black with #D54095

Text Example


Text Example

White with #D54095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54095; }

 p { color: rgb(213,64,149); }

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

background-color css

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

 a { background-color: rgb(213,64,149); }

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

border-color css

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

 span { border-color: rgb(213,64,149); }

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