Html Css Color HEX #DC6094 Pale Violet Red

📋 copy color: '#DC6094'

red 220 ◦ green 96 ◦ blue 148

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

Shades of Pale Violet Red #DC6094

Tints of Pale Violet Red #DC6094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 47.41%
G = 20.69%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6094 (or 0xDC6094) is known color: Pale Violet Red. HEX triplet: DC, 60 and 94. RGB value is (220,96,148). Sum of RGB (Red+Green+Blue) = 220+96+148=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6094 is #239F6B. Grayscale: #8A8A8A. Windows color (decimal): -2334572 or 9724124. OLE color: 9724124.

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

Color convert

RGB 220 96 148 -
CMYK 0 0.56 0.33 0.14
HSL 334.84º 0.64% 0.62% -
HSV(B) 334.84º 0.56% 0.86% -
XYZ 39.04 25.72 30.92 -
YUV 139 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 220 96 148 0 0.56 0.33 0.14 334.84 0.64 0.62
Hex DC 60 94 0 38 21 E 14F 40 3E
Octal 334 140 224 0 70 41 16 517 100 76
Binary 11011100 1100000 10010100 0 111000 100001 1110 101001111 1000000 111110

Color Harmonies of #DC6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6094

Black with #DC6094

Text Example


Text Example

White with #DC6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6094; }

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

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

background-color css

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

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

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

border-color css

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

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

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