Html Css Color HEX #DD7798 Pale Violet Red

📋 copy color: '#DD7798'

red 221 ◦ green 119 ◦ blue 152

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

Shades of Pale Violet Red #DD7798

Tints of Pale Violet Red #DD7798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 44.92%
G = 24.19%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7798 (or 0xDD7798) is known color: Pale Violet Red. HEX triplet: DD, 77 and 98. RGB value is (221,119,152). Sum of RGB (Red+Green+Blue) = 221+119+152=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7798 is #228867. Grayscale: #999999. Windows color (decimal): -2263144 or 9992157. OLE color: 9992157.

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

Color convert

RGB 221 119 152 -
CMYK 0 0.46 0.31 0.13
HSL 340.59º 0.6% 0.67% -
HSV(B) 340.59º 0.46% 0.87% -
XYZ 42.08 30.83 33.44 -
YUV 153.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 221 119 152 0 0.46 0.31 0.13 340.59 0.6 0.67
Hex DD 77 98 0 2E 1F D 155 3C 43
Octal 335 167 230 0 56 37 15 525 74 103
Binary 11011101 1110111 10011000 0 101110 11111 1101 101010101 111100 1000011

Color Harmonies of #DD7798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7798

Black with #DD7798

Text Example


Text Example

White with #DD7798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7798; }

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

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

background-color css

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

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

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

border-color css

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

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

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