Html Css Color HEX #DC6A8D Pale Violet Red

📋 copy color: '#DC6A8D'

red 220 ◦ green 106 ◦ blue 141

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

Shades of Pale Violet Red #DC6A8D

Tints of Pale Violet Red #DC6A8D

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 47.11%
G = 22.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC6A8D (or 0xDC6A8D) is known color: Pale Violet Red. HEX triplet: DC, 6A and 8D. RGB value is (220,106,141). Sum of RGB (Red+Green+Blue) = 220+106+141=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A8D is #239572. Grayscale: #909090. Windows color (decimal): -2332019 or 9267932. OLE color: 9267932.

HSL color Cylindrical-coordinate representation of color #DC6A8D: hue angle of 341.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A8D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 141 -
CMYK 0 0.52 0.36 0.14
HSL 341.58º 0.62% 0.64% -
HSV(B) 341.58º 0.52% 0.86% -
XYZ 39.48 27.45 28.42 -
YUV 144.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 220 106 141 0 0.52 0.36 0.14 341.58 0.62 0.64
Hex DC 6A 8D 0 34 24 E 156 3E 40
Octal 334 152 215 0 64 44 16 526 76 100
Binary 11011100 1101010 10001101 0 110100 100100 1110 101010110 111110 1000000

Color Harmonies of #DC6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A8D

Black with #DC6A8D

Text Example


Text Example

White with #DC6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A8D; }

 p { color: rgb(220,106,141); }

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

background-color css

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

 a { background-color: rgb(220,106,141); }

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

border-color css

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

 span { border-color: rgb(220,106,141); }

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