Html Css Color HEX #DD6492 Pale Violet Red

📋 copy color: '#DD6492'

red 221 ◦ green 100 ◦ blue 146

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

Shades of Pale Violet Red #DD6492

Tints of Pale Violet Red #DD6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 47.32%
G = 21.41%
B = 31.26%

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

#DD6492 (or 0xDD6492) is known color: Pale Violet Red. HEX triplet: DD, 64 and 92. RGB value is (221,100,146). Sum of RGB (Red+Green+Blue) = 221+100+146=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6492 is #229B6D. Grayscale: #8D8D8D. Windows color (decimal): -2268014 or 9594077. OLE color: 9594077.

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

Color convert

RGB 221 100 146 -
CMYK 0 0.55 0.34 0.13
HSL 337.19º 0.64% 0.63% -
HSV(B) 337.19º 0.55% 0.87% -
XYZ 39.56 26.56 30.24 -
YUV 141.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 221 100 146 0 0.55 0.34 0.13 337.19 0.64 0.63
Hex DD 64 92 0 37 22 D 151 40 3F
Octal 335 144 222 0 67 42 15 521 100 77
Binary 11011101 1100100 10010010 0 110111 100010 1101 101010001 1000000 111111

Color Harmonies of #DD6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6492

Black with #DD6492

Text Example


Text Example

White with #DD6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6492; }

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

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

background-color css

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

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

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

border-color css

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

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

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