Html Css Color HEX #DB7B8B Charm

📋 copy color: '#DB7B8B'

red 219 ◦ green 123 ◦ blue 139

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

Shades of Charm #DB7B8B

Tints of Charm #DB7B8B

RGB

 RED value IS 219 (85.94% from 255) = 45.53%

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 45.53%
G = 25.57%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7B8B (or 0xDB7B8B) is known color: Charm. HEX triplet: DB, 7B and 8B. RGB value is (219,123,139). Sum of RGB (Red+Green+Blue) = 219+123+139=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7B8B is #248474. Grayscale: #999999. Windows color (decimal): -2393205 or 9141211. OLE color: 9141211.

HSL color Cylindrical-coordinate representation of color #DB7B8B: hue angle of 350º degrees, saturation: 0.57, 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 #DB7B8B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 139 -
CMYK 0 0.44 0.37 0.14
HSL 350º 0.57% 0.67% -
HSV(B) 350º 0.44% 0.86% -
XYZ 40.96 31.09 28.27 -
YUV 153.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 219 123 139 0 0.44 0.37 0.14 350 0.57 0.67
Hex DB 7B 8B 0 2C 25 E 15E 39 43
Octal 333 173 213 0 54 45 16 536 71 103
Binary 11011011 1111011 10001011 0 101100 100101 1110 101011110 111001 1000011

Color Harmonies of #DB7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B8B

Black with #DB7B8B

Text Example


Text Example

White with #DB7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B8B; }

 p { color: rgb(219,123,139); }

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

background-color css

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

 a { background-color: rgb(219,123,139); }

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

border-color css

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

 span { border-color: rgb(219,123,139); }

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