Html Css Color HEX #DD68A1 Pale Violet Red

📋 copy color: '#DD68A1'

red 221 ◦ green 104 ◦ blue 161

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

Shades of Pale Violet Red #DD68A1

Tints of Pale Violet Red #DD68A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 45.47%
G = 21.4%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD68A1 (or 0xDD68A1) is known color: Pale Violet Red. HEX triplet: DD, 68 and A1. RGB value is (221,104,161). Sum of RGB (Red+Green+Blue) = 221+104+161=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A1 is #22975E. Grayscale: #919191. Windows color (decimal): -2266975 or 10578141. OLE color: 10578141.

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

Color convert

RGB 221 104 161 -
CMYK 0 0.53 0.27 0.13
HSL 330.77º 0.63% 0.64% -
HSV(B) 330.77º 0.53% 0.87% -
XYZ 41.2 27.85 36.92 -
YUV 145.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 221 104 161 0 0.53 0.27 0.13 330.77 0.63 0.64
Hex DD 68 A1 0 35 1B D 14B 3F 40
Octal 335 150 241 0 65 33 15 513 77 100
Binary 11011101 1101000 10100001 0 110101 11011 1101 101001011 111111 1000000

Color Harmonies of #DD68A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68A1

Black with #DD68A1

Text Example


Text Example

White with #DD68A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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