Html Css Color HEX #DD6390 Pale Violet Red

📋 copy color: '#DD6390'

red 221 ◦ green 99 ◦ blue 144

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

Shades of Pale Violet Red #DD6390

Tints of Pale Violet Red #DD6390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 47.63%
G = 21.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6390 (or 0xDD6390) is known color: Pale Violet Red. HEX triplet: DD, 63 and 90. RGB value is (221,99,144). Sum of RGB (Red+Green+Blue) = 221+99+144=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6390 is #229C6F. Grayscale: #8C8C8C. Windows color (decimal): -2268272 or 9462749. OLE color: 9462749.

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

Color convert

RGB 221 99 144 -
CMYK 0 0.55 0.35 0.13
HSL 337.87º 0.64% 0.63% -
HSV(B) 337.87º 0.55% 0.87% -
XYZ 39.31 26.31 29.39 -
YUV 140.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 221 99 144 0 0.55 0.35 0.13 337.87 0.64 0.63
Hex DD 63 90 0 37 23 D 152 40 3F
Octal 335 143 220 0 67 43 15 522 100 77
Binary 11011101 1100011 10010000 0 110111 100011 1101 101010010 1000000 111111

Color Harmonies of #DD6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6390

Black with #DD6390

Text Example


Text Example

White with #DD6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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