Html Css Color HEX #DD67AA Pale Violet Red

📋 copy color: '#DD67AA'

red 221 ◦ green 103 ◦ blue 170

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

Shades of Pale Violet Red #DD67AA

Tints of Pale Violet Red #DD67AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.85%

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

R = 44.74%
G = 20.85%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD67AA (or 0xDD67AA) is known color: Pale Violet Red. HEX triplet: DD, 67 and AA. RGB value is (221,103,170). Sum of RGB (Red+Green+Blue) = 221+103+170=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67AA is #229855. Grayscale: #919191. Windows color (decimal): -2267222 or 11167709. OLE color: 11167709.

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

Color convert

RGB 221 103 170 -
CMYK 0 0.53 0.23 0.13
HSL 325.93º 0.63% 0.64% -
HSV(B) 325.93º 0.53% 0.87% -
XYZ 41.92 27.97 41.22 -
YUV 145.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 221 103 170 0 0.53 0.23 0.13 325.93 0.63 0.64
Hex DD 67 AA 0 35 17 D 146 3F 40
Octal 335 147 252 0 65 27 15 506 77 100
Binary 11011101 1100111 10101010 0 110101 10111 1101 101000110 111111 1000000

Color Harmonies of #DD67AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67AA

Black with #DD67AA

Text Example


Text Example

White with #DD67AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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