Html Css Color HEX #DD68A5 Pale Violet Red

📋 copy color: '#DD68A5'

red 221 ◦ green 104 ◦ blue 165

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

Shades of Pale Violet Red #DD68A5

Tints of Pale Violet Red #DD68A5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

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

R = 45.1%
G = 21.22%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD68A5 (or 0xDD68A5) is known color: Pale Violet Red. HEX triplet: DD, 68 and A5. RGB value is (221,104,165). Sum of RGB (Red+Green+Blue) = 221+104+165=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A5 is #22975A. Grayscale: #919191. Windows color (decimal): -2266971 or 10840285. OLE color: 10840285.

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

Color convert

RGB 221 104 165 -
CMYK 0 0.53 0.25 0.13
HSL 328.72º 0.63% 0.64% -
HSV(B) 328.72º 0.53% 0.87% -
XYZ 41.56 27.99 38.81 -
YUV 145.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 221 104 165 0 0.53 0.25 0.13 328.72 0.63 0.64
Hex DD 68 A5 0 35 19 D 149 3F 40
Octal 335 150 245 0 65 31 15 511 77 100
Binary 11011101 1101000 10100101 0 110101 11001 1101 101001001 111111 1000000

Color Harmonies of #DD68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68A5

Black with #DD68A5

Text Example


Text Example

White with #DD68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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