Html Css Color HEX #D5379E Deep Cerise

📋 copy color: '#D5379E'

red 213 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #D5379E

Tints of Deep Cerise #D5379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.91%

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

R = 50%
G = 12.91%
B = 37.09%

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

#D5379E (or 0xD5379E) is known color: Deep Cerise. HEX triplet: D5, 37 and 9E. RGB value is (213,55,158). Sum of RGB (Red+Green+Blue) = 213+55+158=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5379E is #2AC861. Grayscale: #717171. Windows color (decimal): -2803810 or 10368981. OLE color: 10368981.

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

Color convert

RGB 213 55 158 -
CMYK 0 0.74 0.26 0.16
HSL 320.89º 0.65% 0.53% -
HSV(B) 320.89º 0.74% 0.84% -
XYZ 34.98 19.35 34.24 -
YUV 113.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 213 55 158 0 0.74 0.26 0.16 320.89 0.65 0.53
Hex D5 37 9E 0 4A 1A 10 141 41 35
Octal 325 67 236 0 112 32 20 501 101 65
Binary 11010101 110111 10011110 0 1001010 11010 10000 101000001 1000001 110101

Color Harmonies of #D5379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5379E

Black with #D5379E

Text Example


Text Example

White with #D5379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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