Html Css Color HEX #DD6BAD Pale Violet Red

📋 copy color: '#DD6BAD'

red 221 ◦ green 107 ◦ blue 173

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

Shades of Pale Violet Red #DD6BAD

Tints of Pale Violet Red #DD6BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.53%

R = 44.11%
G = 21.36%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD6BAD (or 0xDD6BAD) is known color: Pale Violet Red. HEX triplet: DD, 6B and AD. RGB value is (221,107,173). Sum of RGB (Red+Green+Blue) = 221+107+173=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAD is #229452. Grayscale: #949494. Windows color (decimal): -2266195 or 11365341. OLE color: 11365341.

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

Color convert

RGB 221 107 173 -
CMYK 0 0.52 0.22 0.13
HSL 325.26º 0.63% 0.64% -
HSV(B) 325.26º 0.52% 0.87% -
XYZ 42.62 28.9 42.87 -
YUV 148.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 221 107 173 0 0.52 0.22 0.13 325.26 0.63 0.64
Hex DD 6B AD 0 34 16 D 145 3F 40
Octal 335 153 255 0 64 26 15 505 77 100
Binary 11011101 1101011 10101101 0 110100 10110 1101 101000101 111111 1000000

Color Harmonies of #DD6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BAD

Black with #DD6BAD

Text Example


Text Example

White with #DD6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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