Html Css Color HEX #DD6CA4 Pale Violet Red

📋 copy color: '#DD6CA4'

red 221 ◦ green 108 ◦ blue 164

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

Shades of Pale Violet Red #DD6CA4

Tints of Pale Violet Red #DD6CA4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 44.83%
G = 21.91%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD6CA4 (or 0xDD6CA4) is known color: Pale Violet Red. HEX triplet: DD, 6C and A4. RGB value is (221,108,164). Sum of RGB (Red+Green+Blue) = 221+108+164=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA4 is #22935B. Grayscale: #949494. Windows color (decimal): -2265948 or 10775773. OLE color: 10775773.

HSL color Cylindrical-coordinate representation of color #DD6CA4: hue angle of 330.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CA4 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 108 164 -
CMYK 0 0.51 0.26 0.13
HSL 330.27º 0.62% 0.65% -
HSV(B) 330.27º 0.51% 0.87% -
XYZ 41.88 28.78 38.47 -
YUV 148.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 221 108 164 0 0.51 0.26 0.13 330.27 0.62 0.65
Hex DD 6C A4 0 33 1A D 14A 3E 41
Octal 335 154 244 0 63 32 15 512 76 101
Binary 11011101 1101100 10100100 0 110011 11010 1101 101001010 111110 1000001

Color Harmonies of #DD6CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CA4

Black with #DD6CA4

Text Example


Text Example

White with #DD6CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CA4; }

 p { color: rgb(221,108,164); }

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

background-color css

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

 a { background-color: rgb(221,108,164); }

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

border-color css

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

 span { border-color: rgb(221,108,164); }

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