Html Css Color HEX #DC6B8E Pale Violet Red

📋 copy color: '#DC6B8E'

red 220 ◦ green 107 ◦ blue 142

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

Shades of Pale Violet Red #DC6B8E

Tints of Pale Violet Red #DC6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 46.91%
G = 22.81%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC6B8E (or 0xDC6B8E) is known color: Pale Violet Red. HEX triplet: DC, 6B and 8E. RGB value is (220,107,142). Sum of RGB (Red+Green+Blue) = 220+107+142=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B8E is #239471. Grayscale: #909090. Windows color (decimal): -2331762 or 9333724. OLE color: 9333724.

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

Color convert

RGB 220 107 142 -
CMYK 0 0.51 0.35 0.14
HSL 341.42º 0.62% 0.64% -
HSV(B) 341.42º 0.51% 0.86% -
XYZ 39.66 27.68 28.84 -
YUV 144.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 220 107 142 0 0.51 0.35 0.14 341.42 0.62 0.64
Hex DC 6B 8E 0 33 23 E 155 3E 40
Octal 334 153 216 0 63 43 16 525 76 100
Binary 11011100 1101011 10001110 0 110011 100011 1110 101010101 111110 1000000

Color Harmonies of #DC6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B8E

Black with #DC6B8E

Text Example


Text Example

White with #DC6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B8E; }

 p { color: rgb(220,107,142); }

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

background-color css

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

 a { background-color: rgb(220,107,142); }

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

border-color css

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

 span { border-color: rgb(220,107,142); }

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