Html Css Color HEX #DD7492 Pale Violet Red

📋 copy color: '#DD7492'

red 221 ◦ green 116 ◦ blue 146

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

Shades of Pale Violet Red #DD7492

Tints of Pale Violet Red #DD7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 45.76%
G = 24.02%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7492 (or 0xDD7492) is known color: Pale Violet Red. HEX triplet: DD, 74 and 92. RGB value is (221,116,146). Sum of RGB (Red+Green+Blue) = 221+116+146=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7492 is #228B6D. Grayscale: #969696. Windows color (decimal): -2263918 or 9598173. OLE color: 9598173.

HSL color Cylindrical-coordinate representation of color #DD7492: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7492 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 146 -
CMYK 0 0.48 0.34 0.13
HSL 342.86º 0.61% 0.66% -
HSV(B) 342.86º 0.48% 0.87% -
XYZ 41.25 29.94 30.8 -
YUV 150.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 221 116 146 0 0.48 0.34 0.13 342.86 0.61 0.66
Hex DD 74 92 0 30 22 D 157 3D 42
Octal 335 164 222 0 60 42 15 527 75 102
Binary 11011101 1110100 10010010 0 110000 100010 1101 101010111 111101 1000010

Color Harmonies of #DD7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7492

Black with #DD7492

Text Example


Text Example

White with #DD7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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