Html Css Color HEX #DB68A5 Hopbush

📋 copy color: '#DB68A5'

red 219 ◦ green 104 ◦ blue 165

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

Shades of Hopbush #DB68A5

Tints of Hopbush #DB68A5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.31%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 44.88%
G = 21.31%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB68A5 (or 0xDB68A5) is known color: Hopbush. HEX triplet: DB, 68 and A5. RGB value is (219,104,165). Sum of RGB (Red+Green+Blue) = 219+104+165=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68A5 is #24975A. Grayscale: #919191. Windows color (decimal): -2398043 or 10840283. OLE color: 10840283.

HSL color Cylindrical-coordinate representation of color #DB68A5: hue angle of 328.17º degrees, saturation: 0.61, 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 #DB68A5 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 165 -
CMYK 0 0.53 0.25 0.14
HSL 328.17º 0.61% 0.63% -
HSV(B) 328.17º 0.53% 0.86% -
XYZ 40.96 27.68 38.78 -
YUV 145.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 219 104 165 0 0.53 0.25 0.14 328.17 0.61 0.63
Hex DB 68 A5 0 35 19 E 148 3D 3F
Octal 333 150 245 0 65 31 16 510 75 77
Binary 11011011 1101000 10100101 0 110101 11001 1110 101001000 111101 111111

Color Harmonies of #DB68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68A5

Black with #DB68A5

Text Example


Text Example

White with #DB68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68A5; }

 p { color: rgb(219,104,165); }

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

background-color css

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

 a { background-color: rgb(219,104,165); }

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

border-color css

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

 span { border-color: rgb(219,104,165); }

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