Html Css Color HEX #DD6BAA Pale Violet Red

📋 copy color: '#DD6BAA'

red 221 ◦ green 107 ◦ blue 170

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

Shades of Pale Violet Red #DD6BAA

Tints of Pale Violet Red #DD6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 44.38%
G = 21.49%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD6BAA (or 0xDD6BAA) is known color: Pale Violet Red. HEX triplet: DD, 6B and AA. RGB value is (221,107,170). Sum of RGB (Red+Green+Blue) = 221+107+170=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAA is #229455. Grayscale: #949494. Windows color (decimal): -2266198 or 11168733. OLE color: 11168733.

HSL color Cylindrical-coordinate representation of color #DD6BAA: hue angle of 326.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BAA is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 170 -
CMYK 0 0.52 0.23 0.13
HSL 326.84º 0.63% 0.64% -
HSV(B) 326.84º 0.52% 0.87% -
XYZ 42.33 28.79 41.36 -
YUV 148.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 221 107 170 0 0.52 0.23 0.13 326.84 0.63 0.64
Hex DD 6B AA 0 34 17 D 147 3F 40
Octal 335 153 252 0 64 27 15 507 77 100
Binary 11011101 1101011 10101010 0 110100 10111 1101 101000111 111111 1000000

Color Harmonies of #DD6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BAA

Black with #DD6BAA

Text Example


Text Example

White with #DD6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BAA; }

 p { color: rgb(221,107,170); }

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

background-color css

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

 a { background-color: rgb(221,107,170); }

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

border-color css

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

 span { border-color: rgb(221,107,170); }

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