Html Css Color HEX #DD62A2 Pale Violet Red

📋 copy color: '#DD62A2'

red 221 ◦ green 98 ◦ blue 162

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

Shades of Pale Violet Red #DD62A2

Tints of Pale Violet Red #DD62A2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 45.95%
G = 20.37%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD62A2 (or 0xDD62A2) is known color: Pale Violet Red. HEX triplet: DD, 62 and A2. RGB value is (221,98,162). Sum of RGB (Red+Green+Blue) = 221+98+162=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A2 is #229D5D. Grayscale: #8D8D8D. Windows color (decimal): -2268510 or 10642141. OLE color: 10642141.

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

Color convert

RGB 221 98 162 -
CMYK 0 0.56 0.27 0.13
HSL 328.78º 0.64% 0.63% -
HSV(B) 328.78º 0.56% 0.87% -
XYZ 40.71 26.72 37.19 -
YUV 142.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 221 98 162 0 0.56 0.27 0.13 328.78 0.64 0.63
Hex DD 62 A2 0 38 1B D 149 40 3F
Octal 335 142 242 0 70 33 15 511 100 77
Binary 11011101 1100010 10100010 0 111000 11011 1101 101001001 1000000 111111

Color Harmonies of #DD62A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62A2

Black with #DD62A2

Text Example


Text Example

White with #DD62A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62A2; }

 p { color: rgb(221,98,162); }

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

background-color css

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

 a { background-color: rgb(221,98,162); }

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

border-color css

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

 span { border-color: rgb(221,98,162); }

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