Html Css Color HEX #DD69A5 Pale Violet Red

📋 copy color: '#DD69A5'

red 221 ◦ green 105 ◦ blue 165

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

Shades of Pale Violet Red #DD69A5

Tints of Pale Violet Red #DD69A5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 45.01%
G = 21.38%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD69A5 (or 0xDD69A5) is known color: Pale Violet Red. HEX triplet: DD, 69 and A5. RGB value is (221,105,165). Sum of RGB (Red+Green+Blue) = 221+105+165=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A5 is #22965A. Grayscale: #929292. Windows color (decimal): -2266715 or 10840541. OLE color: 10840541.

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

Color convert

RGB 221 105 165 -
CMYK 0 0.52 0.25 0.13
HSL 328.97º 0.63% 0.64% -
HSV(B) 328.97º 0.52% 0.87% -
XYZ 41.66 28.19 38.84 -
YUV 146.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 221 105 165 0 0.52 0.25 0.13 328.97 0.63 0.64
Hex DD 69 A5 0 34 19 D 149 3F 40
Octal 335 151 245 0 64 31 15 511 77 100
Binary 11011101 1101001 10100101 0 110100 11001 1101 101001001 111111 1000000

Color Harmonies of #DD69A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69A5

Black with #DD69A5

Text Example


Text Example

White with #DD69A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69A5; }

 p { color: rgb(221,105,165); }

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

background-color css

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

 a { background-color: rgb(221,105,165); }

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

border-color css

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

 span { border-color: rgb(221,105,165); }

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