Html Css Color HEX #DD6CA2 Pale Violet Red

📋 copy color: '#DD6CA2'

red 221 ◦ green 108 ◦ blue 162

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

Shades of Pale Violet Red #DD6CA2

Tints of Pale Violet Red #DD6CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 45.01%
G = 22%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD6CA2 (or 0xDD6CA2) is known color: Pale Violet Red. HEX triplet: DD, 6C and A2. RGB value is (221,108,162). Sum of RGB (Red+Green+Blue) = 221+108+162=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA2 is #22935D. Grayscale: #939393. Windows color (decimal): -2265950 or 10644701. OLE color: 10644701.

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

Color convert

RGB 221 108 162 -
CMYK 0 0.51 0.27 0.13
HSL 331.33º 0.62% 0.65% -
HSV(B) 331.33º 0.51% 0.87% -
XYZ 41.7 28.71 37.53 -
YUV 147.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 221 108 162 0 0.51 0.27 0.13 331.33 0.62 0.65
Hex DD 6C A2 0 33 1B D 14B 3E 41
Octal 335 154 242 0 63 33 15 513 76 101
Binary 11011101 1101100 10100010 0 110011 11011 1101 101001011 111110 1000001

Color Harmonies of #DD6CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CA2

Black with #DD6CA2

Text Example


Text Example

White with #DD6CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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