Html Css Color HEX #DB6F83 Deep Blush

📋 copy color: '#DB6F83'

red 219 ◦ green 111 ◦ blue 131

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

Shades of Deep Blush #DB6F83

Tints of Deep Blush #DB6F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.42%

R = 47.51%
G = 24.08%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB6F83 (or 0xDB6F83) is known color: Deep Blush. HEX triplet: DB, 6F and 83. RGB value is (219,111,131). Sum of RGB (Red+Green+Blue) = 219+111+131=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F83 is #24907C. Grayscale: #919191. Windows color (decimal): -2396285 or 8613851. OLE color: 8613851.

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

Color convert

RGB 219 111 131 -
CMYK 0 0.49 0.40 0.14
HSL 348.89º 0.6% 0.65% -
HSV(B) 348.89º 0.49% 0.86% -
XYZ 38.99 28.07 24.84 -
YUV 145.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 219 111 131 0 0.49 0.40 0.14 348.89 0.6 0.65
Hex DB 6F 83 0 31 28 E 15D 3C 41
Octal 333 157 203 0 61 50 16 535 74 101
Binary 11011011 1101111 10000011 0 110001 101000 1110 101011101 111100 1000001

Color Harmonies of #DB6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F83

Black with #DB6F83

Text Example


Text Example

White with #DB6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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