Html Css Color HEX #DD7CA2 Pale Violet Red

📋 copy color: '#DD7CA2'

red 221 ◦ green 124 ◦ blue 162

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

Shades of Pale Violet Red #DD7CA2

Tints of Pale Violet Red #DD7CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.46%

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

R = 43.59%
G = 24.46%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD7CA2 (or 0xDD7CA2) is known color: Pale Violet Red. HEX triplet: DD, 7C and A2. RGB value is (221,124,162). Sum of RGB (Red+Green+Blue) = 221+124+162=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA2 is #22835D. Grayscale: #9D9D9D. Windows color (decimal): -2261854 or 10648797. OLE color: 10648797.

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

Color convert

RGB 221 124 162 -
CMYK 0 0.44 0.27 0.13
HSL 336.49º 0.59% 0.68% -
HSV(B) 336.49º 0.44% 0.87% -
XYZ 43.55 32.4 38.14 -
YUV 157.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 221 124 162 0 0.44 0.27 0.13 336.49 0.59 0.68
Hex DD 7C A2 0 2C 1B D 150 3B 44
Octal 335 174 242 0 54 33 15 520 73 104
Binary 11011101 1111100 10100010 0 101100 11011 1101 101010000 111011 1000100

Color Harmonies of #DD7CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CA2

Black with #DD7CA2

Text Example


Text Example

White with #DD7CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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