Html Css Color HEX #DC668C Pale Violet Red

📋 copy color: '#DC668C'

red 220 ◦ green 102 ◦ blue 140

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

Shades of Pale Violet Red #DC668C

Tints of Pale Violet Red #DC668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 47.62%
G = 22.08%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC668C (or 0xDC668C) is known color: Pale Violet Red. HEX triplet: DC, 66 and 8C. RGB value is (220,102,140). Sum of RGB (Red+Green+Blue) = 220+102+140=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC668C is #239973. Grayscale: #8D8D8D. Windows color (decimal): -2333044 or 9201372. OLE color: 9201372.

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

Color convert

RGB 220 102 140 -
CMYK 0 0.54 0.36 0.14
HSL 340.68º 0.63% 0.63% -
HSV(B) 340.68º 0.54% 0.86% -
XYZ 39 26.61 27.89 -
YUV 141.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 220 102 140 0 0.54 0.36 0.14 340.68 0.63 0.63
Hex DC 66 8C 0 36 24 E 155 3F 3F
Octal 334 146 214 0 66 44 16 525 77 77
Binary 11011100 1100110 10001100 0 110110 100100 1110 101010101 111111 111111

Color Harmonies of #DC668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC668C

Black with #DC668C

Text Example


Text Example

White with #DC668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC668C; }

 p { color: rgb(220,102,140); }

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

background-color css

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

 a { background-color: rgb(220,102,140); }

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

border-color css

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

 span { border-color: rgb(220,102,140); }

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