Html Css Color HEX #DD6CAE Pale Violet Red

📋 copy color: '#DD6CAE'

red 221 ◦ green 108 ◦ blue 174

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

Shades of Pale Violet Red #DD6CAE

Tints of Pale Violet Red #DD6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 43.94%
G = 21.47%
B = 34.59%

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

#DD6CAE (or 0xDD6CAE) is known color: Pale Violet Red. HEX triplet: DD, 6C and AE. RGB value is (221,108,174). Sum of RGB (Red+Green+Blue) = 221+108+174=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CAE is #229351. Grayscale: #959595. Windows color (decimal): -2265938 or 11431133. OLE color: 11431133.

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

Color convert

RGB 221 108 174 -
CMYK 0 0.51 0.21 0.13
HSL 324.96º 0.62% 0.65% -
HSV(B) 324.96º 0.51% 0.87% -
XYZ 42.82 29.15 43.41 -
YUV 149.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 221 108 174 0 0.51 0.21 0.13 324.96 0.62 0.65
Hex DD 6C AE 0 33 15 D 145 3E 41
Octal 335 154 256 0 63 25 15 505 76 101
Binary 11011101 1101100 10101110 0 110011 10101 1101 101000101 111110 1000001

Color Harmonies of #DD6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CAE

Black with #DD6CAE

Text Example


Text Example

White with #DD6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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