Html Css Color HEX #DD6C9C Pale Violet Red

📋 copy color: '#DD6C9C'

red 221 ◦ green 108 ◦ blue 156

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

Shades of Pale Violet Red #DD6C9C

Tints of Pale Violet Red #DD6C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 45.57%
G = 22.27%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD6C9C (or 0xDD6C9C) is known color: Pale Violet Red. HEX triplet: DD, 6C and 9C. RGB value is (221,108,156). Sum of RGB (Red+Green+Blue) = 221+108+156=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C9C is #229363. Grayscale: #939393. Windows color (decimal): -2265956 or 10251485. OLE color: 10251485.

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

Color convert

RGB 221 108 156 -
CMYK 0 0.51 0.29 0.13
HSL 334.51º 0.62% 0.65% -
HSV(B) 334.51º 0.51% 0.87% -
XYZ 41.18 28.5 34.78 -
YUV 147.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 221 108 156 0 0.51 0.29 0.13 334.51 0.62 0.65
Hex DD 6C 9C 0 33 1D D 14F 3E 41
Octal 335 154 234 0 63 35 15 517 76 101
Binary 11011101 1101100 10011100 0 110011 11101 1101 101001111 111110 1000001

Color Harmonies of #DD6C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C9C

Black with #DD6C9C

Text Example


Text Example

White with #DD6C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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