Html Css Color HEX #DD6DAE Pale Violet Red

📋 copy color: '#DD6DAE'

red 221 ◦ green 109 ◦ blue 174

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

Shades of Pale Violet Red #DD6DAE

Tints of Pale Violet Red #DD6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 43.85%
G = 21.63%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD6DAE (or 0xDD6DAE) is known color: Pale Violet Red. HEX triplet: DD, 6D and AE. RGB value is (221,109,174). Sum of RGB (Red+Green+Blue) = 221+109+174=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DAE is #229251. Grayscale: #959595. Windows color (decimal): -2265682 or 11431389. OLE color: 11431389.

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

Color convert

RGB 221 109 174 -
CMYK 0 0.51 0.21 0.13
HSL 325.18º 0.62% 0.65% -
HSV(B) 325.18º 0.51% 0.87% -
XYZ 42.93 29.37 43.45 -
YUV 149.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 221 109 174 0 0.51 0.21 0.13 325.18 0.62 0.65
Hex DD 6D AE 0 33 15 D 145 3E 41
Octal 335 155 256 0 63 25 15 505 76 101
Binary 11011101 1101101 10101110 0 110011 10101 1101 101000101 111110 1000001

Color Harmonies of #DD6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DAE

Black with #DD6DAE

Text Example


Text Example

White with #DD6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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