Html Css Color HEX #DD62A3 Pale Violet Red

📋 copy color: '#DD62A3'

red 221 ◦ green 98 ◦ blue 163

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

Shades of Pale Violet Red #DD62A3

Tints of Pale Violet Red #DD62A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 45.85%
G = 20.33%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD62A3 (or 0xDD62A3) is known color: Pale Violet Red. HEX triplet: DD, 62 and A3. RGB value is (221,98,163). Sum of RGB (Red+Green+Blue) = 221+98+163=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62A3 is #229D5C. Grayscale: #8E8E8E. Windows color (decimal): -2268509 or 10707677. OLE color: 10707677.

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

Color convert

RGB 221 98 163 -
CMYK 0 0.56 0.26 0.13
HSL 328.29º 0.64% 0.63% -
HSV(B) 328.29º 0.56% 0.87% -
XYZ 40.8 26.75 37.66 -
YUV 142.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 221 98 163 0 0.56 0.26 0.13 328.29 0.64 0.63
Hex DD 62 A3 0 38 1A D 148 40 3F
Octal 335 142 243 0 70 32 15 510 100 77
Binary 11011101 1100010 10100011 0 111000 11010 1101 101001000 1000000 111111

Color Harmonies of #DD62A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62A3

Black with #DD62A3

Text Example


Text Example

White with #DD62A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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