Html Css Color HEX #DD67A0 Pale Violet Red

📋 copy color: '#DD67A0'

red 221 ◦ green 103 ◦ blue 160

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

Shades of Pale Violet Red #DD67A0

Tints of Pale Violet Red #DD67A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 45.66%
G = 21.28%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD67A0 (or 0xDD67A0) is known color: Pale Violet Red. HEX triplet: DD, 67 and A0. RGB value is (221,103,160). Sum of RGB (Red+Green+Blue) = 221+103+160=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67A0 is #22985F. Grayscale: #909090. Windows color (decimal): -2267232 or 10512349. OLE color: 10512349.

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

Color convert

RGB 221 103 160 -
CMYK 0 0.53 0.28 0.13
HSL 331.02º 0.63% 0.64% -
HSV(B) 331.02º 0.53% 0.87% -
XYZ 41.01 27.61 36.43 -
YUV 144.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 221 103 160 0 0.53 0.28 0.13 331.02 0.63 0.64
Hex DD 67 A0 0 35 1C D 14B 3F 40
Octal 335 147 240 0 65 34 15 513 77 100
Binary 11011101 1100111 10100000 0 110101 11100 1101 101001011 111111 1000000

Color Harmonies of #DD67A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67A0

Black with #DD67A0

Text Example


Text Example

White with #DD67A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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