Html Css Color HEX #DD7793 Pale Violet Red

📋 copy color: '#DD7793'

red 221 ◦ green 119 ◦ blue 147

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

Shades of Pale Violet Red #DD7793

Tints of Pale Violet Red #DD7793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.44%

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 45.38%
G = 24.44%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7793 (or 0xDD7793) is known color: Pale Violet Red. HEX triplet: DD, 77 and 93. RGB value is (221,119,147). Sum of RGB (Red+Green+Blue) = 221+119+147=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7793 is #22886C. Grayscale: #989898. Windows color (decimal): -2263149 or 9664477. OLE color: 9664477.

HSL color Cylindrical-coordinate representation of color #DD7793: hue angle of 343.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7793 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 147 -
CMYK 0 0.46 0.33 0.13
HSL 343.53º 0.6% 0.67% -
HSV(B) 343.53º 0.46% 0.87% -
XYZ 41.68 30.67 31.33 -
YUV 152.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 221 119 147 0 0.46 0.33 0.13 343.53 0.6 0.67
Hex DD 77 93 0 2E 21 D 158 3C 43
Octal 335 167 223 0 56 41 15 530 74 103
Binary 11011101 1110111 10010011 0 101110 100001 1101 101011000 111100 1000011

Color Harmonies of #DD7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7793

Black with #DD7793

Text Example


Text Example

White with #DD7793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7793; }

 p { color: rgb(221,119,147); }

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

background-color css

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

 a { background-color: rgb(221,119,147); }

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

border-color css

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

 span { border-color: rgb(221,119,147); }

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