Html Css Color HEX #DD7097 Pale Violet Red

📋 copy color: '#DD7097'

red 221 ◦ green 112 ◦ blue 151

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

Shades of Pale Violet Red #DD7097

Tints of Pale Violet Red #DD7097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.14%

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

R = 45.66%
G = 23.14%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7097 (or 0xDD7097) is known color: Pale Violet Red. HEX triplet: DD, 70 and 97. RGB value is (221,112,151). Sum of RGB (Red+Green+Blue) = 221+112+151=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7097 is #228F68. Grayscale: #949494. Windows color (decimal): -2264937 or 9924829. OLE color: 9924829.

HSL color Cylindrical-coordinate representation of color #DD7097: hue angle of 338.53º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7097 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 151 -
CMYK 0 0.49 0.32 0.13
HSL 338.53º 0.62% 0.65% -
HSV(B) 338.53º 0.49% 0.87% -
XYZ 41.2 29.19 32.74 -
YUV 149.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 221 112 151 0 0.49 0.32 0.13 338.53 0.62 0.65
Hex DD 70 97 0 31 20 D 153 3E 41
Octal 335 160 227 0 61 40 15 523 76 101
Binary 11011101 1110000 10010111 0 110001 100000 1101 101010011 111110 1000001

Color Harmonies of #DD7097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7097

Black with #DD7097

Text Example


Text Example

White with #DD7097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7097; }

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

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

background-color css

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

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

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

border-color css

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

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

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