Html Css Color HEX #DD7890 Pale Violet Red

📋 copy color: '#DD7890'

red 221 ◦ green 120 ◦ blue 144

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

Shades of Pale Violet Red #DD7890

Tints of Pale Violet Red #DD7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.74%

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

R = 45.57%
G = 24.74%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7890 (or 0xDD7890) is known color: Pale Violet Red. HEX triplet: DD, 78 and 90. RGB value is (221,120,144). Sum of RGB (Red+Green+Blue) = 221+120+144=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7890 is #22876F. Grayscale: #989898. Windows color (decimal): -2262896 or 9468125. OLE color: 9468125.

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

Color convert

RGB 221 120 144 -
CMYK 0 0.46 0.35 0.13
HSL 345.74º 0.6% 0.67% -
HSV(B) 345.74º 0.46% 0.87% -
XYZ 41.57 30.82 30.14 -
YUV 152.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 221 120 144 0 0.46 0.35 0.13 345.74 0.6 0.67
Hex DD 78 90 0 2E 23 D 15A 3C 43
Octal 335 170 220 0 56 43 15 532 74 103
Binary 11011101 1111000 10010000 0 101110 100011 1101 101011010 111100 1000011

Color Harmonies of #DD7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7890

Black with #DD7890

Text Example


Text Example

White with #DD7890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7890; }

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

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

background-color css

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

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

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

border-color css

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

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

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