Html Css Color HEX #DD6CA6 Pale Violet Red

📋 copy color: '#DD6CA6'

red 221 ◦ green 108 ◦ blue 166

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

Shades of Pale Violet Red #DD6CA6

Tints of Pale Violet Red #DD6CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 44.65%
G = 21.82%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD6CA6 (or 0xDD6CA6) is known color: Pale Violet Red. HEX triplet: DD, 6C and A6. RGB value is (221,108,166). Sum of RGB (Red+Green+Blue) = 221+108+166=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA6 is #229359. Grayscale: #949494. Windows color (decimal): -2265946 or 10906845. OLE color: 10906845.

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

Color convert

RGB 221 108 166 -
CMYK 0 0.51 0.25 0.13
HSL 329.2º 0.62% 0.65% -
HSV(B) 329.2º 0.51% 0.87% -
XYZ 42.06 28.85 39.43 -
YUV 148.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 221 108 166 0 0.51 0.25 0.13 329.2 0.62 0.65
Hex DD 6C A6 0 33 19 D 149 3E 41
Octal 335 154 246 0 63 31 15 511 76 101
Binary 11011101 1101100 10100110 0 110011 11001 1101 101001001 111110 1000001

Color Harmonies of #DD6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CA6

Black with #DD6CA6

Text Example


Text Example

White with #DD6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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