Html Css Color HEX #DD7394 Pale Violet Red

📋 copy color: '#DD7394'

red 221 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #DD7394

Tints of Pale Violet Red #DD7394

RGB

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

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

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

R = 45.66%
G = 23.76%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7394 (or 0xDD7394) is known color: Pale Violet Red. HEX triplet: DD, 73 and 94. RGB value is (221,115,148). Sum of RGB (Red+Green+Blue) = 221+115+148=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7394 is #228C6B. Grayscale: #969696. Windows color (decimal): -2264172 or 9728989. OLE color: 9728989.

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

Color convert

RGB 221 115 148 -
CMYK 0 0.48 0.33 0.13
HSL 341.32º 0.61% 0.66% -
HSV(B) 341.32º 0.48% 0.87% -
XYZ 41.29 29.77 31.59 -
YUV 150.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 221 115 148 0 0.48 0.33 0.13 341.32 0.61 0.66
Hex DD 73 94 0 30 21 D 155 3D 42
Octal 335 163 224 0 60 41 15 525 75 102
Binary 11011101 1110011 10010100 0 110000 100001 1101 101010101 111101 1000010

Color Harmonies of #DD7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7394

Black with #DD7394

Text Example


Text Example

White with #DD7394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7394; }

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

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

background-color css

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

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

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

border-color css

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

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

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