Html Css Color HEX #DC6894 Pale Violet Red

📋 copy color: '#DC6894'

red 220 ◦ green 104 ◦ blue 148

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

Shades of Pale Violet Red #DC6894

Tints of Pale Violet Red #DC6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 46.61%
G = 22.03%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6894 (or 0xDC6894) is known color: Pale Violet Red. HEX triplet: DC, 68 and 94. RGB value is (220,104,148). Sum of RGB (Red+Green+Blue) = 220+104+148=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6894 is #23976B. Grayscale: #8F8F8F. Windows color (decimal): -2332524 or 9726172. OLE color: 9726172.

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

Color convert

RGB 220 104 148 -
CMYK 0 0.53 0.33 0.14
HSL 337.24º 0.62% 0.64% -
HSV(B) 337.24º 0.53% 0.86% -
XYZ 39.81 27.25 31.18 -
YUV 143.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 220 104 148 0 0.53 0.33 0.14 337.24 0.62 0.64
Hex DC 68 94 0 35 21 E 151 3E 40
Octal 334 150 224 0 65 41 16 521 76 100
Binary 11011100 1101000 10010100 0 110101 100001 1110 101010001 111110 1000000

Color Harmonies of #DC6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6894

Black with #DC6894

Text Example


Text Example

White with #DC6894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6894; }

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

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

background-color css

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

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

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

border-color css

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

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

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