Html Css Color HEX #DC6B9B Pale Violet Red

📋 copy color: '#DC6B9B'

red 220 ◦ green 107 ◦ blue 155

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

Shades of Pale Violet Red #DC6B9B

Tints of Pale Violet Red #DC6B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.2%

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

R = 45.64%
G = 22.2%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6B9B (or 0xDC6B9B) is known color: Pale Violet Red. HEX triplet: DC, 6B and 9B. RGB value is (220,107,155). Sum of RGB (Red+Green+Blue) = 220+107+155=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B9B is #239464. Grayscale: #929292. Windows color (decimal): -2331749 or 10185692. OLE color: 10185692.

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

Color convert

RGB 220 107 155 -
CMYK 0 0.51 0.30 0.14
HSL 334.51º 0.62% 0.64% -
HSV(B) 334.51º 0.51% 0.86% -
XYZ 40.69 28.1 34.29 -
YUV 146.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 220 107 155 0 0.51 0.30 0.14 334.51 0.62 0.64
Hex DC 6B 9B 0 33 1E E 14F 3E 40
Octal 334 153 233 0 63 36 16 517 76 100
Binary 11011100 1101011 10011011 0 110011 11110 1110 101001111 111110 1000000

Color Harmonies of #DC6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B9B

Black with #DC6B9B

Text Example


Text Example

White with #DC6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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