Html Css Color HEX #DB6383 Deep Blush

📋 copy color: '#DB6383'

red 219 ◦ green 99 ◦ blue 131

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

Shades of Deep Blush #DB6383

Tints of Deep Blush #DB6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

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

R = 48.78%
G = 22.05%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB6383 (or 0xDB6383) is known color: Deep Blush. HEX triplet: DB, 63 and 83. RGB value is (219,99,131). Sum of RGB (Red+Green+Blue) = 219+99+131=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6383 is #249C7C. Grayscale: #8A8A8A. Windows color (decimal): -2399357 or 8610779. OLE color: 8610779.

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

Color convert

RGB 219 99 131 -
CMYK 0 0.55 0.40 0.14
HSL 344º 0.63% 0.62% -
HSV(B) 344º 0.55% 0.86% -
XYZ 37.77 25.62 24.43 -
YUV 138.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 219 99 131 0 0.55 0.40 0.14 344 0.63 0.62
Hex DB 63 83 0 37 28 E 158 3E 3E
Octal 333 143 203 0 67 50 16 530 76 76
Binary 11011011 1100011 10000011 0 110111 101000 1110 101011000 111110 111110

Color Harmonies of #DB6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6383

Black with #DB6383

Text Example


Text Example

White with #DB6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6383; }

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

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

background-color css

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

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

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

border-color css

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

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

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