Html Css Color HEX #DD6392 Pale Violet Red

📋 copy color: '#DD6392'

red 221 ◦ green 99 ◦ blue 146

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

Shades of Pale Violet Red #DD6392

Tints of Pale Violet Red #DD6392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 47.42%
G = 21.24%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6392 (or 0xDD6392) is known color: Pale Violet Red. HEX triplet: DD, 63 and 92. RGB value is (221,99,146). Sum of RGB (Red+Green+Blue) = 221+99+146=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6392 is #229C6D. Grayscale: #8C8C8C. Windows color (decimal): -2268270 or 9593821. OLE color: 9593821.

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

Color convert

RGB 221 99 146 -
CMYK 0 0.55 0.34 0.13
HSL 336.89º 0.64% 0.63% -
HSV(B) 336.89º 0.55% 0.87% -
XYZ 39.47 26.37 30.2 -
YUV 140.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 221 99 146 0 0.55 0.34 0.13 336.89 0.64 0.63
Hex DD 63 92 0 37 22 D 151 40 3F
Octal 335 143 222 0 67 42 15 521 100 77
Binary 11011101 1100011 10010010 0 110111 100010 1101 101010001 1000000 111111

Color Harmonies of #DD6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6392

Black with #DD6392

Text Example


Text Example

White with #DD6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6392; }

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

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

background-color css

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

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

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

border-color css

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

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

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