Html Css Color HEX #DD6BA1 Pale Violet Red

📋 copy color: '#DD6BA1'

red 221 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #DD6BA1

Tints of Pale Violet Red #DD6BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.88%

 BLUE value IS 161 (63.28% from 255) = 32.92%

R = 45.19%
G = 21.88%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD6BA1 (or 0xDD6BA1) is known color: Pale Violet Red. HEX triplet: DD, 6B and A1. RGB value is (221,107,161). Sum of RGB (Red+Green+Blue) = 221+107+161=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BA1 is #22945E. Grayscale: #939393. Windows color (decimal): -2266207 or 10578909. OLE color: 10578909.

HSL color Cylindrical-coordinate representation of color #DD6BA1: hue angle of 331.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BA1 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 161 -
CMYK 0 0.52 0.27 0.13
HSL 331.58º 0.63% 0.64% -
HSV(B) 331.58º 0.52% 0.87% -
XYZ 41.51 28.46 37.02 -
YUV 147.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 221 107 161 0 0.52 0.27 0.13 331.58 0.63 0.64
Hex DD 6B A1 0 34 1B D 14C 3F 40
Octal 335 153 241 0 64 33 15 514 77 100
Binary 11011101 1101011 10100001 0 110100 11011 1101 101001100 111111 1000000

Color Harmonies of #DD6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BA1

Black with #DD6BA1

Text Example


Text Example

White with #DD6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BA1; }

 p { color: rgb(221,107,161); }

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

background-color css

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

 a { background-color: rgb(221,107,161); }

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

border-color css

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

 span { border-color: rgb(221,107,161); }

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