Html Css Color HEX #DD6FA7 Pale Violet Red

📋 copy color: '#DD6FA7'

red 221 ◦ green 111 ◦ blue 167

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

Shades of Pale Violet Red #DD6FA7

Tints of Pale Violet Red #DD6FA7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 167 (65.63% from 255) = 33.47%

R = 44.29%
G = 22.24%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD6FA7 (or 0xDD6FA7) is known color: Pale Violet Red. HEX triplet: DD, 6F and A7. RGB value is (221,111,167). Sum of RGB (Red+Green+Blue) = 221+111+167=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA7 is #229058. Grayscale: #969696. Windows color (decimal): -2265177 or 10973149. OLE color: 10973149.

HSL color Cylindrical-coordinate representation of color #DD6FA7: hue angle of 329.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FA7 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 167 -
CMYK 0 0.50 0.24 0.13
HSL 329.45º 0.62% 0.65% -
HSV(B) 329.45º 0.5% 0.87% -
XYZ 42.48 29.53 40.02 -
YUV 150.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 221 111 167 0 0.50 0.24 0.13 329.45 0.62 0.65
Hex DD 6F A7 0 32 18 D 149 3E 41
Octal 335 157 247 0 62 30 15 511 76 101
Binary 11011101 1101111 10100111 0 110010 11000 1101 101001001 111110 1000001

Color Harmonies of #DD6FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FA7

Black with #DD6FA7

Text Example


Text Example

White with #DD6FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FA7; }

 p { color: rgb(221,111,167); }

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

background-color css

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

 a { background-color: rgb(221,111,167); }

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

border-color css

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

 span { border-color: rgb(221,111,167); }

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