Html Css Color HEX #DD7198 Pale Violet Red

📋 copy color: '#DD7198'

red 221 ◦ green 113 ◦ blue 152

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

Shades of Pale Violet Red #DD7198

Tints of Pale Violet Red #DD7198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.25%

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

R = 45.47%
G = 23.25%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7198 (or 0xDD7198) is known color: Pale Violet Red. HEX triplet: DD, 71 and 98. RGB value is (221,113,152). Sum of RGB (Red+Green+Blue) = 221+113+152=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7198 is #228E67. Grayscale: #959595. Windows color (decimal): -2264680 or 9990621. OLE color: 9990621.

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

Color convert

RGB 221 113 152 -
CMYK 0 0.49 0.31 0.13
HSL 338.33º 0.61% 0.65% -
HSV(B) 338.33º 0.49% 0.87% -
XYZ 41.39 29.45 33.21 -
YUV 149.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 221 113 152 0 0.49 0.31 0.13 338.33 0.61 0.65
Hex DD 71 98 0 31 1F D 152 3D 41
Octal 335 161 230 0 61 37 15 522 75 101
Binary 11011101 1110001 10011000 0 110001 11111 1101 101010010 111101 1000001

Color Harmonies of #DD7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7198

Black with #DD7198

Text Example


Text Example

White with #DD7198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7198; }

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

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

background-color css

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

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

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

border-color css

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

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

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