Html Css Color HEX #DD7094 Pale Violet Red

📋 copy color: '#DD7094'

red 221 ◦ green 112 ◦ blue 148

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

Shades of Pale Violet Red #DD7094

Tints of Pale Violet Red #DD7094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 45.95%
G = 23.28%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7094 (or 0xDD7094) is known color: Pale Violet Red. HEX triplet: DD, 70 and 94. RGB value is (221,112,148). Sum of RGB (Red+Green+Blue) = 221+112+148=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7094 is #228F6B. Grayscale: #949494. Windows color (decimal): -2264940 or 9728221. OLE color: 9728221.

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

Color convert

RGB 221 112 148 -
CMYK 0 0.49 0.33 0.13
HSL 340.18º 0.62% 0.65% -
HSV(B) 340.18º 0.49% 0.87% -
XYZ 40.96 29.1 31.47 -
YUV 148.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 221 112 148 0 0.49 0.33 0.13 340.18 0.62 0.65
Hex DD 70 94 0 31 21 D 154 3E 41
Octal 335 160 224 0 61 41 15 524 76 101
Binary 11011101 1110000 10010100 0 110001 100001 1101 101010100 111110 1000001

Color Harmonies of #DD7094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7094

Black with #DD7094

Text Example


Text Example

White with #DD7094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7094; }

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

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

background-color css

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

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

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

border-color css

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

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

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