Html Css Color HEX #DB5CAB Hopbush

📋 copy color: '#DB5CAB'

red 219 ◦ green 92 ◦ blue 171

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

Shades of Hopbush #DB5CAB

Tints of Hopbush #DB5CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 45.44%
G = 19.09%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB5CAB (or 0xDB5CAB) is known color: Hopbush. HEX triplet: DB, 5C and AB. RGB value is (219,92,171). Sum of RGB (Red+Green+Blue) = 219+92+171=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CAB is #24A354. Grayscale: #8A8A8A. Windows color (decimal): -2401109 or 11230427. OLE color: 11230427.

HSL color Cylindrical-coordinate representation of color #DB5CAB: hue angle of 322.68º 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 #DB5CAB is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 171 -
CMYK 0 0.58 0.22 0.14
HSL 322.68º 0.64% 0.61% -
HSV(B) 322.68º 0.58% 0.86% -
XYZ 40.39 25.65 41.35 -
YUV 138.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 219 92 171 0 0.58 0.22 0.14 322.68 0.64 0.61
Hex DB 5C AB 0 3A 16 E 143 40 3D
Octal 333 134 253 0 72 26 16 503 100 75
Binary 11011011 1011100 10101011 0 111010 10110 1110 101000011 1000000 111101

Color Harmonies of #DB5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CAB

Black with #DB5CAB

Text Example


Text Example

White with #DB5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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