Html Css Color HEX #DD7B9B Pale Violet Red

📋 copy color: '#DD7B9B'

red 221 ◦ green 123 ◦ blue 155

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

Shades of Pale Violet Red #DD7B9B

Tints of Pale Violet Red #DD7B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 44.29%
G = 24.65%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD7B9B (or 0xDD7B9B) is known color: Pale Violet Red. HEX triplet: DD, 7B and 9B. RGB value is (221,123,155). Sum of RGB (Red+Green+Blue) = 221+123+155=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B9B is #228464. Grayscale: #9B9B9B. Windows color (decimal): -2262117 or 10189789. OLE color: 10189789.

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

Color convert

RGB 221 123 155 -
CMYK 0 0.44 0.30 0.13
HSL 340.41º 0.59% 0.67% -
HSV(B) 340.41º 0.44% 0.87% -
XYZ 42.82 31.9 34.91 -
YUV 155.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 221 123 155 0 0.44 0.30 0.13 340.41 0.59 0.67
Hex DD 7B 9B 0 2C 1E D 154 3B 43
Octal 335 173 233 0 54 36 15 524 73 103
Binary 11011101 1111011 10011011 0 101100 11110 1101 101010100 111011 1000011

Color Harmonies of #DD7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B9B

Black with #DD7B9B

Text Example


Text Example

White with #DD7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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