Html Css Color HEX #DD7190 Pale Violet Red

📋 copy color: '#DD7190'

red 221 ◦ green 113 ◦ blue 144

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

Shades of Pale Violet Red #DD7190

Tints of Pale Violet Red #DD7190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 46.23%
G = 23.64%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7190 (or 0xDD7190) is known color: Pale Violet Red. HEX triplet: DD, 71 and 90. RGB value is (221,113,144). Sum of RGB (Red+Green+Blue) = 221+113+144=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7190 is #228E6F. Grayscale: #949494. Windows color (decimal): -2264688 or 9466333. OLE color: 9466333.

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

Color convert

RGB 221 113 144 -
CMYK 0 0.49 0.35 0.13
HSL 342.78º 0.61% 0.65% -
HSV(B) 342.78º 0.49% 0.87% -
XYZ 40.76 29.2 29.87 -
YUV 148.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 221 113 144 0 0.49 0.35 0.13 342.78 0.61 0.65
Hex DD 71 90 0 31 23 D 157 3D 41
Octal 335 161 220 0 61 43 15 527 75 101
Binary 11011101 1110001 10010000 0 110001 100011 1101 101010111 111101 1000001

Color Harmonies of #DD7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7190

Black with #DD7190

Text Example


Text Example

White with #DD7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7190; }

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

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

background-color css

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

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

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

border-color css

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

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

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