Html Css Color HEX #DD7CA1 Pale Violet Red

📋 copy color: '#DD7CA1'

red 221 ◦ green 124 ◦ blue 161

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

Shades of Pale Violet Red #DD7CA1

Tints of Pale Violet Red #DD7CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 43.68%
G = 24.51%
B = 31.82%

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

#DD7CA1 (or 0xDD7CA1) is known color: Pale Violet Red. HEX triplet: DD, 7C and A1. RGB value is (221,124,161). Sum of RGB (Red+Green+Blue) = 221+124+161=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA1 is #22835E. Grayscale: #9D9D9D. Windows color (decimal): -2261855 or 10583261. OLE color: 10583261.

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

Color convert

RGB 221 124 161 -
CMYK 0 0.44 0.27 0.13
HSL 337.11º 0.59% 0.68% -
HSV(B) 337.11º 0.44% 0.87% -
XYZ 43.46 32.36 37.67 -
YUV 157.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 221 124 161 0 0.44 0.27 0.13 337.11 0.59 0.68
Hex DD 7C A1 0 2C 1B D 151 3B 44
Octal 335 174 241 0 54 33 15 521 73 104
Binary 11011101 1111100 10100001 0 101100 11011 1101 101010001 111011 1000100

Color Harmonies of #DD7CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CA1

Black with #DD7CA1

Text Example


Text Example

White with #DD7CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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