Html Css Color HEX #DD6BA3 Pale Violet Red

📋 copy color: '#DD6BA3'

red 221 ◦ green 107 ◦ blue 163

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

Shades of Pale Violet Red #DD6BA3

Tints of Pale Violet Red #DD6BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 45.01%
G = 21.79%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD6BA3 (or 0xDD6BA3) is known color: Pale Violet Red. HEX triplet: DD, 6B and A3. RGB value is (221,107,163). Sum of RGB (Red+Green+Blue) = 221+107+163=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BA3 is #22945C. Grayscale: #939393. Windows color (decimal): -2266205 or 10709981. OLE color: 10709981.

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

Color convert

RGB 221 107 163 -
CMYK 0 0.52 0.26 0.13
HSL 330.53º 0.63% 0.64% -
HSV(B) 330.53º 0.52% 0.87% -
XYZ 41.69 28.53 37.96 -
YUV 147.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 221 107 163 0 0.52 0.26 0.13 330.53 0.63 0.64
Hex DD 6B A3 0 34 1A D 14B 3F 40
Octal 335 153 243 0 64 32 15 513 77 100
Binary 11011101 1101011 10100011 0 110100 11010 1101 101001011 111111 1000000

Color Harmonies of #DD6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BA3

Black with #DD6BA3

Text Example


Text Example

White with #DD6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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