Html Css Color HEX #DD7B97 Pale Violet Red

📋 copy color: '#DD7B97'

red 221 ◦ green 123 ◦ blue 151

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

Shades of Pale Violet Red #DD7B97

Tints of Pale Violet Red #DD7B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 44.65%
G = 24.85%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7B97 (or 0xDD7B97) is known color: Pale Violet Red. HEX triplet: DD, 7B and 97. RGB value is (221,123,151). Sum of RGB (Red+Green+Blue) = 221+123+151=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B97 is #228468. Grayscale: #9B9B9B. Windows color (decimal): -2262121 or 9927645. OLE color: 9927645.

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

Color convert

RGB 221 123 151 -
CMYK 0 0.44 0.32 0.13
HSL 342.86º 0.59% 0.67% -
HSV(B) 342.86º 0.44% 0.87% -
XYZ 42.49 31.77 33.17 -
YUV 155.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 221 123 151 0 0.44 0.32 0.13 342.86 0.59 0.67
Hex DD 7B 97 0 2C 20 D 157 3B 43
Octal 335 173 227 0 54 40 15 527 73 103
Binary 11011101 1111011 10010111 0 101100 100000 1101 101010111 111011 1000011

Color Harmonies of #DD7B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B97

Black with #DD7B97

Text Example


Text Example

White with #DD7B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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