Html Css Color HEX #DB6285 Deep Blush

📋 copy color: '#DB6285'

red 219 ◦ green 98 ◦ blue 133

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

Shades of Deep Blush #DB6285

Tints of Deep Blush #DB6285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.78%

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

R = 48.67%
G = 21.78%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB6285 (or 0xDB6285) is known color: Deep Blush. HEX triplet: DB, 62 and 85. RGB value is (219,98,133). Sum of RGB (Red+Green+Blue) = 219+98+133=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6285 is #249D7A. Grayscale: #8A8A8A. Windows color (decimal): -2399611 or 8741595. OLE color: 8741595.

HSL color Cylindrical-coordinate representation of color #DB6285: hue angle of 342.64º degrees, saturation: 0.63, 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 #DB6285 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 133 -
CMYK 0 0.55 0.39 0.14
HSL 342.64º 0.63% 0.62% -
HSV(B) 342.64º 0.55% 0.86% -
XYZ 37.81 25.49 25.12 -
YUV 138.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 219 98 133 0 0.55 0.39 0.14 342.64 0.63 0.62
Hex DB 62 85 0 37 27 E 157 3F 3E
Octal 333 142 205 0 67 47 16 527 77 76
Binary 11011011 1100010 10000101 0 110111 100111 1110 101010111 111111 111110

Color Harmonies of #DB6285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6285

Black with #DB6285

Text Example


Text Example

White with #DB6285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6285; }

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

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

background-color css

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

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

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

border-color css

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

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

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