Html Css Color HEX #DD6FAE Pale Violet Red

📋 copy color: '#DD6FAE'

red 221 ◦ green 111 ◦ blue 174

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

Shades of Pale Violet Red #DD6FAE

Tints of Pale Violet Red #DD6FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 43.68%
G = 21.94%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD6FAE (or 0xDD6FAE) is known color: Pale Violet Red. HEX triplet: DD, 6F and AE. RGB value is (221,111,174). Sum of RGB (Red+Green+Blue) = 221+111+174=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FAE is #229051. Grayscale: #969696. Windows color (decimal): -2265170 or 11431901. OLE color: 11431901.

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

Color convert

RGB 221 111 174 -
CMYK 0 0.50 0.21 0.13
HSL 325.64º 0.62% 0.65% -
HSV(B) 325.64º 0.5% 0.87% -
XYZ 43.14 29.8 43.52 -
YUV 151.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 221 111 174 0 0.50 0.21 0.13 325.64 0.62 0.65
Hex DD 6F AE 0 32 15 D 146 3E 41
Octal 335 157 256 0 62 25 15 506 76 101
Binary 11011101 1101111 10101110 0 110010 10101 1101 101000110 111110 1000001

Color Harmonies of #DD6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FAE

Black with #DD6FAE

Text Example


Text Example

White with #DD6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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