Html Css Color HEX #DC6F9B Pale Violet Red

📋 copy color: '#DC6F9B'

red 220 ◦ green 111 ◦ blue 155

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

Shades of Pale Violet Red #DC6F9B

Tints of Pale Violet Red #DC6F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 45.27%
G = 22.84%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6F9B (or 0xDC6F9B) is known color: Pale Violet Red. HEX triplet: DC, 6F and 9B. RGB value is (220,111,155). Sum of RGB (Red+Green+Blue) = 220+111+155=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F9B is #239064. Grayscale: #949494. Windows color (decimal): -2330725 or 10186716. OLE color: 10186716.

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

Color convert

RGB 220 111 155 -
CMYK 0 0.50 0.30 0.14
HSL 335.78º 0.61% 0.65% -
HSV(B) 335.78º 0.5% 0.86% -
XYZ 41.12 28.95 34.43 -
YUV 148.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 220 111 155 0 0.50 0.30 0.14 335.78 0.61 0.65
Hex DC 6F 9B 0 32 1E E 150 3D 41
Octal 334 157 233 0 62 36 16 520 75 101
Binary 11011100 1101111 10011011 0 110010 11110 1110 101010000 111101 1000001

Color Harmonies of #DC6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F9B

Black with #DC6F9B

Text Example


Text Example

White with #DC6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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