Html Css Color HEX #DC6F94 Pale Violet Red

📋 copy color: '#DC6F94'

red 220 ◦ green 111 ◦ blue 148

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

Shades of Pale Violet Red #DC6F94

Tints of Pale Violet Red #DC6F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

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

R = 45.93%
G = 23.17%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6F94 (or 0xDC6F94) is known color: Pale Violet Red. HEX triplet: DC, 6F and 94. RGB value is (220,111,148). Sum of RGB (Red+Green+Blue) = 220+111+148=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F94 is #23906B. Grayscale: #939393. Windows color (decimal): -2330732 or 9727964. OLE color: 9727964.

HSL color Cylindrical-coordinate representation of color #DC6F94: hue angle of 339.63º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F94 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 148 -
CMYK 0 0.50 0.33 0.14
HSL 339.63º 0.61% 0.65% -
HSV(B) 339.63º 0.5% 0.86% -
XYZ 40.54 28.72 31.42 -
YUV 147.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 220 111 148 0 0.50 0.33 0.14 339.63 0.61 0.65
Hex DC 6F 94 0 32 21 E 154 3D 41
Octal 334 157 224 0 62 41 16 524 75 101
Binary 11011100 1101111 10010100 0 110010 100001 1110 101010100 111101 1000001

Color Harmonies of #DC6F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F94

Black with #DC6F94

Text Example


Text Example

White with #DC6F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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