Html Css Color HEX #DC6898 Pale Violet Red

📋 copy color: '#DC6898'

red 220 ◦ green 104 ◦ blue 152

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

Shades of Pale Violet Red #DC6898

Tints of Pale Violet Red #DC6898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 46.22%
G = 21.85%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC6898 (or 0xDC6898) is known color: Pale Violet Red. HEX triplet: DC, 68 and 98. RGB value is (220,104,152). Sum of RGB (Red+Green+Blue) = 220+104+152=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6898 is #239767. Grayscale: #909090. Windows color (decimal): -2332520 or 9988316. OLE color: 9988316.

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

Color convert

RGB 220 104 152 -
CMYK 0 0.53 0.31 0.14
HSL 335.17º 0.62% 0.64% -
HSV(B) 335.17º 0.53% 0.86% -
XYZ 40.13 27.38 32.88 -
YUV 144.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 220 104 152 0 0.53 0.31 0.14 335.17 0.62 0.64
Hex DC 68 98 0 35 1F E 14F 3E 40
Octal 334 150 230 0 65 37 16 517 76 100
Binary 11011100 1101000 10011000 0 110101 11111 1110 101001111 111110 1000000

Color Harmonies of #DC6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6898

Black with #DC6898

Text Example


Text Example

White with #DC6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6898; }

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

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

background-color css

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

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

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

border-color css

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

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

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