Html Css Color HEX #DC6C94 Pale Violet Red

📋 copy color: '#DC6C94'

red 220 ◦ green 108 ◦ blue 148

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

Shades of Pale Violet Red #DC6C94

Tints of Pale Violet Red #DC6C94

RGB

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

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

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

R = 46.22%
G = 22.69%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6C94 (or 0xDC6C94) is known color: Pale Violet Red. HEX triplet: DC, 6C and 94. RGB value is (220,108,148). Sum of RGB (Red+Green+Blue) = 220+108+148=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C94 is #23936B. Grayscale: #929292. Windows color (decimal): -2331500 or 9727196. OLE color: 9727196.

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

Color convert

RGB 220 108 148 -
CMYK 0 0.51 0.33 0.14
HSL 338.57º 0.62% 0.64% -
HSV(B) 338.57º 0.51% 0.86% -
XYZ 40.22 28.08 31.32 -
YUV 146.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 220 108 148 0 0.51 0.33 0.14 338.57 0.62 0.64
Hex DC 6C 94 0 33 21 E 153 3E 40
Octal 334 154 224 0 63 41 16 523 76 100
Binary 11011100 1101100 10010100 0 110011 100001 1110 101010011 111110 1000000

Color Harmonies of #DC6C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C94

Black with #DC6C94

Text Example


Text Example

White with #DC6C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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