Html Css Color HEX #DD6090 Pale Violet Red

📋 copy color: '#DD6090'

red 221 ◦ green 96 ◦ blue 144

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

Shades of Pale Violet Red #DD6090

Tints of Pale Violet Red #DD6090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

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

R = 47.94%
G = 20.82%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6090 (or 0xDD6090) is known color: Pale Violet Red. HEX triplet: DD, 60 and 90. RGB value is (221,96,144). Sum of RGB (Red+Green+Blue) = 221+96+144=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6090 is #229F6F. Grayscale: #8A8A8A. Windows color (decimal): -2269040 or 9461981. OLE color: 9461981.

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

Color convert

RGB 221 96 144 -
CMYK 0 0.57 0.35 0.13
HSL 336.96º 0.65% 0.62% -
HSV(B) 336.96º 0.57% 0.87% -
XYZ 39.04 25.75 29.3 -
YUV 138.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 221 96 144 0 0.57 0.35 0.13 336.96 0.65 0.62
Hex DD 60 90 0 39 23 D 151 41 3E
Octal 335 140 220 0 71 43 15 521 101 76
Binary 11011101 1100000 10010000 0 111001 100011 1101 101010001 1000001 111110

Color Harmonies of #DD6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6090

Black with #DD6090

Text Example


Text Example

White with #DD6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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