Html Css Color HEX #DB7385 Deep Blush

📋 copy color: '#DB7385'

red 219 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #DB7385

Tints of Deep Blush #DB7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

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

R = 46.9%
G = 24.63%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB7385 (or 0xDB7385) is known color: Deep Blush. HEX triplet: DB, 73 and 85. RGB value is (219,115,133). Sum of RGB (Red+Green+Blue) = 219+115+133=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7385 is #248C7A. Grayscale: #949494. Windows color (decimal): -2395259 or 8745947. OLE color: 8745947.

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

Color convert

RGB 219 115 133 -
CMYK 0 0.47 0.39 0.14
HSL 349.62º 0.59% 0.65% -
HSV(B) 349.62º 0.47% 0.86% -
XYZ 39.58 29.01 25.7 -
YUV 148.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 219 115 133 0 0.47 0.39 0.14 349.62 0.59 0.65
Hex DB 73 85 0 2F 27 E 15E 3B 41
Octal 333 163 205 0 57 47 16 536 73 101
Binary 11011011 1110011 10000101 0 101111 100111 1110 101011110 111011 1000001

Color Harmonies of #DB7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7385

Black with #DB7385

Text Example


Text Example

White with #DB7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7385; }

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

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

background-color css

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

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

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

border-color css

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

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

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