Html Css Color HEX #DC7B9B Pale Violet Red

📋 copy color: '#DC7B9B'

red 220 ◦ green 123 ◦ blue 155

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

Shades of Pale Violet Red #DC7B9B

Tints of Pale Violet Red #DC7B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.7%

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

R = 44.18%
G = 24.7%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC7B9B (or 0xDC7B9B) is known color: Pale Violet Red. HEX triplet: DC, 7B and 9B. RGB value is (220,123,155). Sum of RGB (Red+Green+Blue) = 220+123+155=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B9B is #238464. Grayscale: #9B9B9B. Windows color (decimal): -2327653 or 10189788. OLE color: 10189788.

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

Color convert

RGB 220 123 155 -
CMYK 0 0.44 0.30 0.14
HSL 340.21º 0.58% 0.67% -
HSV(B) 340.21º 0.44% 0.86% -
XYZ 42.51 31.75 34.9 -
YUV 155.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 220 123 155 0 0.44 0.30 0.14 340.21 0.58 0.67
Hex DC 7B 9B 0 2C 1E E 154 3A 43
Octal 334 173 233 0 54 36 16 524 72 103
Binary 11011100 1111011 10011011 0 101100 11110 1110 101010100 111010 1000011

Color Harmonies of #DC7B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B9B

Black with #DC7B9B

Text Example


Text Example

White with #DC7B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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