Html Css Color HEX #DB6B85 Deep Blush

📋 copy color: '#DB6B85'

red 219 ◦ green 107 ◦ blue 133

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

Shades of Deep Blush #DB6B85

Tints of Deep Blush #DB6B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.31%

 BLUE value IS 133 (52.34% from 255) = 28.98%

R = 47.71%
G = 23.31%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB6B85 (or 0xDB6B85) is known color: Deep Blush. HEX triplet: DB, 6B and 85. RGB value is (219,107,133). Sum of RGB (Red+Green+Blue) = 219+107+133=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B85 is #24947A. Grayscale: #8F8F8F. Windows color (decimal): -2397307 or 8743899. OLE color: 8743899.

HSL color Cylindrical-coordinate representation of color #DB6B85: hue angle of 346.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B85 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 133 -
CMYK 0 0.51 0.39 0.14
HSL 346.07º 0.61% 0.64% -
HSV(B) 346.07º 0.51% 0.86% -
XYZ 38.7 27.27 25.41 -
YUV 143.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 219 107 133 0 0.51 0.39 0.14 346.07 0.61 0.64
Hex DB 6B 85 0 33 27 E 15A 3D 40
Octal 333 153 205 0 63 47 16 532 75 100
Binary 11011011 1101011 10000101 0 110011 100111 1110 101011010 111101 1000000

Color Harmonies of #DB6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B85

Black with #DB6B85

Text Example


Text Example

White with #DB6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B85; }

 p { color: rgb(219,107,133); }

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

background-color css

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

 a { background-color: rgb(219,107,133); }

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

border-color css

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

 span { border-color: rgb(219,107,133); }

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