Html Css Color HEX #DD6D95 Pale Violet Red

📋 copy color: '#DD6D95'

red 221 ◦ green 109 ◦ blue 149

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

Shades of Pale Violet Red #DD6D95

Tints of Pale Violet Red #DD6D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.76%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 46.14%
G = 22.76%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6D95 (or 0xDD6D95) is known color: Pale Violet Red. HEX triplet: DD, 6D and 95. RGB value is (221,109,149). Sum of RGB (Red+Green+Blue) = 221+109+149=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D95 is #22926A. Grayscale: #939393. Windows color (decimal): -2265707 or 9792989. OLE color: 9792989.

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

Color convert

RGB 221 109 149 -
CMYK 0 0.51 0.33 0.13
HSL 338.57º 0.62% 0.65% -
HSV(B) 338.57º 0.51% 0.87% -
XYZ 40.71 28.48 31.79 -
YUV 147.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 221 109 149 0 0.51 0.33 0.13 338.57 0.62 0.65
Hex DD 6D 95 0 33 21 D 153 3E 41
Octal 335 155 225 0 63 41 15 523 76 101
Binary 11011101 1101101 10010101 0 110011 100001 1101 101010011 111110 1000001

Color Harmonies of #DD6D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D95

Black with #DD6D95

Text Example


Text Example

White with #DD6D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D95; }

 p { color: rgb(221,109,149); }

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

background-color css

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

 a { background-color: rgb(221,109,149); }

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

border-color css

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

 span { border-color: rgb(221,109,149); }

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