Html Css Color HEX #DD7092 Pale Violet Red

📋 copy color: '#DD7092'

red 221 ◦ green 112 ◦ blue 146

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

Shades of Pale Violet Red #DD7092

Tints of Pale Violet Red #DD7092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 46.14%
G = 23.38%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7092 (or 0xDD7092) is known color: Pale Violet Red. HEX triplet: DD, 70 and 92. RGB value is (221,112,146). Sum of RGB (Red+Green+Blue) = 221+112+146=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7092 is #228F6D. Grayscale: #949494. Windows color (decimal): -2264942 or 9597149. OLE color: 9597149.

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

Color convert

RGB 221 112 146 -
CMYK 0 0.49 0.34 0.13
HSL 341.28º 0.62% 0.65% -
HSV(B) 341.28º 0.49% 0.87% -
XYZ 40.8 29.04 30.65 -
YUV 148.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 221 112 146 0 0.49 0.34 0.13 341.28 0.62 0.65
Hex DD 70 92 0 31 22 D 155 3E 41
Octal 335 160 222 0 61 42 15 525 76 101
Binary 11011101 1110000 10010010 0 110001 100010 1101 101010101 111110 1000001

Color Harmonies of #DD7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7092

Black with #DD7092

Text Example


Text Example

White with #DD7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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