Html Css Color HEX #DB6183 Deep Blush

📋 copy color: '#DB6183'

red 219 ◦ green 97 ◦ blue 131

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

Shades of Deep Blush #DB6183

Tints of Deep Blush #DB6183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 48.99%
G = 21.7%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB6183 (or 0xDB6183) is known color: Deep Blush. HEX triplet: DB, 61 and 83. RGB value is (219,97,131). Sum of RGB (Red+Green+Blue) = 219+97+131=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6183 is #249E7C. Grayscale: #898989. Windows color (decimal): -2399869 or 8610267. OLE color: 8610267.

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

Color convert

RGB 219 97 131 -
CMYK 0 0.56 0.40 0.14
HSL 343.28º 0.63% 0.62% -
HSV(B) 343.28º 0.56% 0.86% -
XYZ 37.58 25.25 24.37 -
YUV 137.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 219 97 131 0 0.56 0.40 0.14 343.28 0.63 0.62
Hex DB 61 83 0 38 28 E 157 3F 3E
Octal 333 141 203 0 70 50 16 527 77 76
Binary 11011011 1100001 10000011 0 111000 101000 1110 101010111 111111 111110

Color Harmonies of #DB6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6183

Black with #DB6183

Text Example


Text Example

White with #DB6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6183; }

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

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

background-color css

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

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

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

border-color css

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

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

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