Html Css Color HEX #DC6294 Pale Violet Red

📋 copy color: '#DC6294'

red 220 ◦ green 98 ◦ blue 148

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

Shades of Pale Violet Red #DC6294

Tints of Pale Violet Red #DC6294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.03%

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

R = 47.21%
G = 21.03%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6294 (or 0xDC6294) is known color: Pale Violet Red. HEX triplet: DC, 62 and 94. RGB value is (220,98,148). Sum of RGB (Red+Green+Blue) = 220+98+148=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6294 is #239D6B. Grayscale: #8C8C8C. Windows color (decimal): -2334060 or 9724636. OLE color: 9724636.

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

Color convert

RGB 220 98 148 -
CMYK 0 0.55 0.33 0.14
HSL 335.41º 0.64% 0.62% -
HSV(B) 335.41º 0.55% 0.86% -
XYZ 39.23 26.09 30.99 -
YUV 140.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 220 98 148 0 0.55 0.33 0.14 335.41 0.64 0.62
Hex DC 62 94 0 37 21 E 14F 40 3E
Octal 334 142 224 0 67 41 16 517 100 76
Binary 11011100 1100010 10010100 0 110111 100001 1110 101001111 1000000 111110

Color Harmonies of #DC6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6294

Black with #DC6294

Text Example


Text Example

White with #DC6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6294; }

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

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

background-color css

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

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

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

border-color css

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

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

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