Html Css Color HEX #DB6685 Deep Blush

📋 copy color: '#DB6685'

red 219 ◦ green 102 ◦ blue 133

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

Shades of Deep Blush #DB6685

Tints of Deep Blush #DB6685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.47%

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

R = 48.24%
G = 22.47%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB6685 (or 0xDB6685) is known color: Deep Blush. HEX triplet: DB, 66 and 85. RGB value is (219,102,133). Sum of RGB (Red+Green+Blue) = 219+102+133=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6685 is #24997A. Grayscale: #8C8C8C. Windows color (decimal): -2398587 or 8742619. OLE color: 8742619.

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

Color convert

RGB 219 102 133 -
CMYK 0 0.53 0.39 0.14
HSL 344.1º 0.62% 0.63% -
HSV(B) 344.1º 0.53% 0.86% -
XYZ 38.2 26.26 25.24 -
YUV 140.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 219 102 133 0 0.53 0.39 0.14 344.1 0.62 0.63
Hex DB 66 85 0 35 27 E 158 3E 3F
Octal 333 146 205 0 65 47 16 530 76 77
Binary 11011011 1100110 10000101 0 110101 100111 1110 101011000 111110 111111

Color Harmonies of #DB6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6685

Black with #DB6685

Text Example


Text Example

White with #DB6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6685; }

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

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

background-color css

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

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

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

border-color css

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

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

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