Html Css Color HEX #DD6E98 Pale Violet Red

📋 copy color: '#DD6E98'

red 221 ◦ green 110 ◦ blue 152

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

Shades of Pale Violet Red #DD6E98

Tints of Pale Violet Red #DD6E98

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

 GREEN value IS 110 (43.36% from 255) = 22.77%

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

R = 45.76%
G = 22.77%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6E98 (or 0xDD6E98) is known color: Pale Violet Red. HEX triplet: DD, 6E and 98. RGB value is (221,110,152). Sum of RGB (Red+Green+Blue) = 221+110+152=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E98 is #229167. Grayscale: #939393. Windows color (decimal): -2265448 or 9989853. OLE color: 9989853.

HSL color Cylindrical-coordinate representation of color #DD6E98: hue angle of 337.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E98 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 152 -
CMYK 0 0.50 0.31 0.13
HSL 337.3º 0.62% 0.65% -
HSV(B) 337.3º 0.5% 0.87% -
XYZ 41.06 28.79 33.1 -
YUV 147.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 221 110 152 0 0.50 0.31 0.13 337.3 0.62 0.65
Hex DD 6E 98 0 32 1F D 151 3E 41
Octal 335 156 230 0 62 37 15 521 76 101
Binary 11011101 1101110 10011000 0 110010 11111 1101 101010001 111110 1000001

Color Harmonies of #DD6E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E98

Black with #DD6E98

Text Example


Text Example

White with #DD6E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E98; }

 p { color: rgb(221,110,152); }

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

background-color css

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

 a { background-color: rgb(221,110,152); }

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

border-color css

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

 span { border-color: rgb(221,110,152); }

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