Html Css Color HEX #DD6E9B Pale Violet Red

📋 copy color: '#DD6E9B'

red 221 ◦ green 110 ◦ blue 155

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

Shades of Pale Violet Red #DD6E9B

Tints of Pale Violet Red #DD6E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 45.47%
G = 22.63%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD6E9B (or 0xDD6E9B) is known color: Pale Violet Red. HEX triplet: DD, 6E and 9B. RGB value is (221,110,155). Sum of RGB (Red+Green+Blue) = 221+110+155=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E9B is #229164. Grayscale: #949494. Windows color (decimal): -2265445 or 10186461. OLE color: 10186461.

HSL color Cylindrical-coordinate representation of color #DD6E9B: hue angle of 335.68º 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 #DD6E9B is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 155 -
CMYK 0 0.50 0.30 0.13
HSL 335.68º 0.62% 0.65% -
HSV(B) 335.68º 0.5% 0.87% -
XYZ 41.31 28.89 34.41 -
YUV 148.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 221 110 155 0 0.50 0.30 0.13 335.68 0.62 0.65
Hex DD 6E 9B 0 32 1E D 150 3E 41
Octal 335 156 233 0 62 36 15 520 76 101
Binary 11011101 1101110 10011011 0 110010 11110 1101 101010000 111110 1000001

Color Harmonies of #DD6E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E9B

Black with #DD6E9B

Text Example


Text Example

White with #DD6E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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