Html Css Color HEX #DC6694 Pale Violet Red

📋 copy color: '#DC6694'

red 220 ◦ green 102 ◦ blue 148

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

Shades of Pale Violet Red #DC6694

Tints of Pale Violet Red #DC6694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 46.81%
G = 21.7%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6694 (or 0xDC6694) is known color: Pale Violet Red. HEX triplet: DC, 66 and 94. RGB value is (220,102,148). Sum of RGB (Red+Green+Blue) = 220+102+148=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6694 is #23996B. Grayscale: #8E8E8E. Windows color (decimal): -2333036 or 9725660. OLE color: 9725660.

HSL color Cylindrical-coordinate representation of color #DC6694: hue angle of 336.61º 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 #DC6694 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 148 -
CMYK 0 0.54 0.33 0.14
HSL 336.61º 0.63% 0.63% -
HSV(B) 336.61º 0.54% 0.86% -
XYZ 39.61 26.86 31.11 -
YUV 142.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 220 102 148 0 0.54 0.33 0.14 336.61 0.63 0.63
Hex DC 66 94 0 36 21 E 151 3F 3F
Octal 334 146 224 0 66 41 16 521 77 77
Binary 11011100 1100110 10010100 0 110110 100001 1110 101010001 111111 111111

Color Harmonies of #DC6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6694

Black with #DC6694

Text Example


Text Example

White with #DC6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6694; }

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

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

background-color css

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

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

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

border-color css

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

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

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