Html Css Color HEX #DD7BA5 Pale Violet Red

📋 copy color: '#DD7BA5'

red 221 ◦ green 123 ◦ blue 165

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

Shades of Pale Violet Red #DD7BA5

Tints of Pale Violet Red #DD7BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

 BLUE value IS 165 (64.84% from 255) = 32.42%

R = 43.42%
G = 24.17%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD7BA5 (or 0xDD7BA5) is known color: Pale Violet Red. HEX triplet: DD, 7B and A5. RGB value is (221,123,165). Sum of RGB (Red+Green+Blue) = 221+123+165=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA5 is #22845A. Grayscale: #9D9D9D. Windows color (decimal): -2262107 or 10845149. OLE color: 10845149.

HSL color Cylindrical-coordinate representation of color #DD7BA5: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 165 -
CMYK 0 0.44 0.25 0.13
HSL 334.29º 0.59% 0.67% -
HSV(B) 334.29º 0.44% 0.87% -
XYZ 43.69 32.25 39.52 -
YUV 157.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 221 123 165 0 0.44 0.25 0.13 334.29 0.59 0.67
Hex DD 7B A5 0 2C 19 D 14E 3B 43
Octal 335 173 245 0 54 31 15 516 73 103
Binary 11011101 1111011 10100101 0 101100 11001 1101 101001110 111011 1000011

Color Harmonies of #DD7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BA5

Black with #DD7BA5

Text Example


Text Example

White with #DD7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BA5; }

 p { color: rgb(221,123,165); }

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

background-color css

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

 a { background-color: rgb(221,123,165); }

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

border-color css

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

 span { border-color: rgb(221,123,165); }

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