Html Css Color HEX #DC5E98 Pale Violet Red

📋 copy color: '#DC5E98'

red 220 ◦ green 94 ◦ blue 152

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

Shades of Pale Violet Red #DC5E98

Tints of Pale Violet Red #DC5E98

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 47.21%
G = 20.17%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5E98 (or 0xDC5E98) is known color: Pale Violet Red. HEX triplet: DC, 5E and 98. RGB value is (220,94,152). Sum of RGB (Red+Green+Blue) = 220+94+152=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E98 is #23A167. Grayscale: #8A8A8A. Windows color (decimal): -2335080 or 9985756. OLE color: 9985756.

HSL color Cylindrical-coordinate representation of color #DC5E98: hue angle of 332.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E98 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 152 -
CMYK 0 0.57 0.31 0.14
HSL 332.38º 0.64% 0.62% -
HSV(B) 332.38º 0.57% 0.86% -
XYZ 39.19 25.49 32.56 -
YUV 138.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 220 94 152 0 0.57 0.31 0.14 332.38 0.64 0.62
Hex DC 5E 98 0 39 1F E 14C 40 3E
Octal 334 136 230 0 71 37 16 514 100 76
Binary 11011100 1011110 10011000 0 111001 11111 1110 101001100 1000000 111110

Color Harmonies of #DC5E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E98

Black with #DC5E98

Text Example


Text Example

White with #DC5E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E98; }

 p { color: rgb(220,94,152); }

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

background-color css

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

 a { background-color: rgb(220,94,152); }

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

border-color css

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

 span { border-color: rgb(220,94,152); }

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