Html Css Color HEX #DD6C95 Pale Violet Red

📋 copy color: '#DD6C95'

red 221 ◦ green 108 ◦ blue 149

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

Shades of Pale Violet Red #DD6C95

Tints of Pale Violet Red #DD6C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 46.23%
G = 22.59%
B = 31.17%

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

#DD6C95 (or 0xDD6C95) is known color: Pale Violet Red. HEX triplet: DD, 6C and 95. RGB value is (221,108,149). Sum of RGB (Red+Green+Blue) = 221+108+149=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C95 is #22936A. Grayscale: #929292. Windows color (decimal): -2265963 or 9792733. OLE color: 9792733.

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

Color convert

RGB 221 108 149 -
CMYK 0 0.51 0.33 0.13
HSL 338.23º 0.62% 0.65% -
HSV(B) 338.23º 0.51% 0.87% -
XYZ 40.61 28.27 31.75 -
YUV 146.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 221 108 149 0 0.51 0.33 0.13 338.23 0.62 0.65
Hex DD 6C 95 0 33 21 D 152 3E 41
Octal 335 154 225 0 63 41 15 522 76 101
Binary 11011101 1101100 10010101 0 110011 100001 1101 101010010 111110 1000001

Color Harmonies of #DD6C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C95

Black with #DD6C95

Text Example


Text Example

White with #DD6C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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