Html Css Color HEX #DB6F8B Deep Blush

📋 copy color: '#DB6F8B'

red 219 ◦ green 111 ◦ blue 139

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

Shades of Deep Blush #DB6F8B

Tints of Deep Blush #DB6F8B

RGB

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

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

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

R = 46.7%
G = 23.67%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB6F8B (or 0xDB6F8B) is known color: Deep Blush. HEX triplet: DB, 6F and 8B. RGB value is (219,111,139). Sum of RGB (Red+Green+Blue) = 219+111+139=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F8B is #249074. Grayscale: #929292. Windows color (decimal): -2396277 or 9138139. OLE color: 9138139.

HSL color Cylindrical-coordinate representation of color #DB6F8B: hue angle of 344.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F8B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 139 -
CMYK 0 0.49 0.37 0.14
HSL 344.44º 0.6% 0.65% -
HSV(B) 344.44º 0.49% 0.86% -
XYZ 39.56 28.29 27.8 -
YUV 146.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 219 111 139 0 0.49 0.37 0.14 344.44 0.6 0.65
Hex DB 6F 8B 0 31 25 E 158 3C 41
Octal 333 157 213 0 61 45 16 530 74 101
Binary 11011011 1101111 10001011 0 110001 100101 1110 101011000 111100 1000001

Color Harmonies of #DB6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F8B

Black with #DB6F8B

Text Example


Text Example

White with #DB6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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