Html Css Color HEX #DD6CAB Pale Violet Red

📋 copy color: '#DD6CAB'

red 221 ◦ green 108 ◦ blue 171

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

Shades of Pale Violet Red #DD6CAB

Tints of Pale Violet Red #DD6CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 44.2%
G = 21.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD6CAB (or 0xDD6CAB) is known color: Pale Violet Red. HEX triplet: DD, 6C and AB. RGB value is (221,108,171). Sum of RGB (Red+Green+Blue) = 221+108+171=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CAB is #229354. Grayscale: #949494. Windows color (decimal): -2265941 or 11234525. OLE color: 11234525.

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

Color convert

RGB 221 108 171 -
CMYK 0 0.51 0.23 0.13
HSL 326.55º 0.62% 0.65% -
HSV(B) 326.55º 0.51% 0.87% -
XYZ 42.53 29.04 41.89 -
YUV 148.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 221 108 171 0 0.51 0.23 0.13 326.55 0.62 0.65
Hex DD 6C AB 0 33 17 D 147 3E 41
Octal 335 154 253 0 63 27 15 507 76 101
Binary 11011101 1101100 10101011 0 110011 10111 1101 101000111 111110 1000001

Color Harmonies of #DD6CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CAB

Black with #DD6CAB

Text Example


Text Example

White with #DD6CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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