Html Css Color HEX #DB7A8D Charm

📋 copy color: '#DB7A8D'

red 219 ◦ green 122 ◦ blue 141

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

Shades of Charm #DB7A8D

Tints of Charm #DB7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 45.44%
G = 25.31%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB7A8D (or 0xDB7A8D) is known color: Charm. HEX triplet: DB, 7A and 8D. RGB value is (219,122,141). Sum of RGB (Red+Green+Blue) = 219+122+141=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A8D is #248572. Grayscale: #999999. Windows color (decimal): -2393459 or 9272027. OLE color: 9272027.

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

Color convert

RGB 219 122 141 -
CMYK 0 0.44 0.36 0.14
HSL 348.25º 0.57% 0.67% -
HSV(B) 348.25º 0.44% 0.86% -
XYZ 40.98 30.9 29 -
YUV 153.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 219 122 141 0 0.44 0.36 0.14 348.25 0.57 0.67
Hex DB 7A 8D 0 2C 24 E 15C 39 43
Octal 333 172 215 0 54 44 16 534 71 103
Binary 11011011 1111010 10001101 0 101100 100100 1110 101011100 111001 1000011

Color Harmonies of #DB7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A8D

Black with #DB7A8D

Text Example


Text Example

White with #DB7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A8D; }

 p { color: rgb(219,122,141); }

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

background-color css

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

 a { background-color: rgb(219,122,141); }

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

border-color css

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

 span { border-color: rgb(219,122,141); }

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