Html Css Color HEX #D5379A Deep Cerise

📋 copy color: '#D5379A'

red 213 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #D5379A

Tints of Deep Cerise #D5379A

RGB

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

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

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

R = 50.47%
G = 13.03%
B = 36.49%

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

#D5379A (or 0xD5379A) is known color: Deep Cerise. HEX triplet: D5, 37 and 9A. RGB value is (213,55,154). Sum of RGB (Red+Green+Blue) = 213+55+154=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5379A is #2AC865. Grayscale: #717171. Windows color (decimal): -2803814 or 10106837. OLE color: 10106837.

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

Color convert

RGB 213 55 154 -
CMYK 0 0.74 0.28 0.16
HSL 322.41º 0.65% 0.53% -
HSV(B) 322.41º 0.74% 0.84% -
XYZ 34.64 19.21 32.45 -
YUV 113.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 213 55 154 0 0.74 0.28 0.16 322.41 0.65 0.53
Hex D5 37 9A 0 4A 1C 10 142 41 35
Octal 325 67 232 0 112 34 20 502 101 65
Binary 11010101 110111 10011010 0 1001010 11100 10000 101000010 1000001 110101

Color Harmonies of #D5379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5379A

Black with #D5379A

Text Example


Text Example

White with #D5379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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