Html Css Color HEX #DD7392 Pale Violet Red

📋 copy color: '#DD7392'

red 221 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #DD7392

Tints of Pale Violet Red #DD7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

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

R = 45.85%
G = 23.86%
B = 30.29%

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

#DD7392 (or 0xDD7392) is known color: Pale Violet Red. HEX triplet: DD, 73 and 92. RGB value is (221,115,146). Sum of RGB (Red+Green+Blue) = 221+115+146=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7392 is #228C6D. Grayscale: #969696. Windows color (decimal): -2264174 or 9597917. OLE color: 9597917.

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

Color convert

RGB 221 115 146 -
CMYK 0 0.48 0.34 0.13
HSL 342.45º 0.61% 0.66% -
HSV(B) 342.45º 0.48% 0.87% -
XYZ 41.14 29.71 30.76 -
YUV 150.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 221 115 146 0 0.48 0.34 0.13 342.45 0.61 0.66
Hex DD 73 92 0 30 22 D 156 3D 42
Octal 335 163 222 0 60 42 15 526 75 102
Binary 11011101 1110011 10010010 0 110000 100010 1101 101010110 111101 1000010

Color Harmonies of #DD7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7392

Black with #DD7392

Text Example


Text Example

White with #DD7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7392; }

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

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

background-color css

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

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

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

border-color css

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

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

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