Html Css Color HEX #DB5C98 Hopbush

📋 copy color: '#DB5C98'

red 219 ◦ green 92 ◦ blue 152

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

Shades of Hopbush #DB5C98

Tints of Hopbush #DB5C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 47.3%
G = 19.87%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5C98 (or 0xDB5C98) is known color: Hopbush. HEX triplet: DB, 5C and 98. RGB value is (219,92,152). Sum of RGB (Red+Green+Blue) = 219+92+152=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C98 is #24A367. Grayscale: #888888. Windows color (decimal): -2401128 or 9985243. OLE color: 9985243.

HSL color Cylindrical-coordinate representation of color #DB5C98: hue angle of 331.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C98 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 152 -
CMYK 0 0.58 0.31 0.14
HSL 331.65º 0.64% 0.61% -
HSV(B) 331.65º 0.58% 0.86% -
XYZ 38.71 24.98 32.49 -
YUV 136.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 219 92 152 0 0.58 0.31 0.14 331.65 0.64 0.61
Hex DB 5C 98 0 3A 1F E 14C 40 3D
Octal 333 134 230 0 72 37 16 514 100 75
Binary 11011011 1011100 10011000 0 111010 11111 1110 101001100 1000000 111101

Color Harmonies of #DB5C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C98

Black with #DB5C98

Text Example


Text Example

White with #DB5C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C98; }

 p { color: rgb(219,92,152); }

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

background-color css

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

 a { background-color: rgb(219,92,152); }

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

border-color css

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

 span { border-color: rgb(219,92,152); }

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