Html Css Color HEX #DD7090 Pale Violet Red

📋 copy color: '#DD7090'

red 221 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #DD7090

Tints of Pale Violet Red #DD7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

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

R = 46.33%
G = 23.48%
B = 30.19%

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

#DD7090 (or 0xDD7090) is known color: Pale Violet Red. HEX triplet: DD, 70 and 90. RGB value is (221,112,144). Sum of RGB (Red+Green+Blue) = 221+112+144=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7090 is #228F6F. Grayscale: #949494. Windows color (decimal): -2264944 or 9466077. OLE color: 9466077.

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

Color convert

RGB 221 112 144 -
CMYK 0 0.49 0.35 0.13
HSL 342.39º 0.62% 0.65% -
HSV(B) 342.39º 0.49% 0.87% -
XYZ 40.65 28.97 29.84 -
YUV 148.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 221 112 144 0 0.49 0.35 0.13 342.39 0.62 0.65
Hex DD 70 90 0 31 23 D 156 3E 41
Octal 335 160 220 0 61 43 15 526 76 101
Binary 11011101 1110000 10010000 0 110001 100011 1101 101010110 111110 1000001

Color Harmonies of #DD7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7090

Black with #DD7090

Text Example


Text Example

White with #DD7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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