Html Css Color HEX #D673AB Hopbush

📋 copy color: '#D673AB'

red 214 ◦ green 115 ◦ blue 171

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

Shades of Hopbush #D673AB

Tints of Hopbush #D673AB

RGB

 RED value IS 214 (83.98% from 255) = 42.8%

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 42.8%
G = 23%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D673AB (or 0xD673AB) is known color: Hopbush. HEX triplet: D6, 73 and AB. RGB value is (214,115,171). Sum of RGB (Red+Green+Blue) = 214+115+171=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D673AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673AB is #298C54. Grayscale: #969696. Windows color (decimal): -2722901 or 11236310. OLE color: 11236310.

HSL color Cylindrical-coordinate representation of color #D673AB: hue angle of 326.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673AB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 171 -
CMYK 0 0.46 0.20 0.16
HSL 326.06º 0.55% 0.65% -
HSV(B) 326.06º 0.46% 0.84% -
XYZ 41.21 29.5 42.05 -
YUV 150.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 214 115 171 0 0.46 0.20 0.16 326.06 0.55 0.65
Hex D6 73 AB 0 2E 14 10 146 37 41
Octal 326 163 253 0 56 24 20 506 67 101
Binary 11010110 1110011 10101011 0 101110 10100 10000 101000110 110111 1000001

Color Harmonies of #D673AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673AB

Black with #D673AB

Text Example


Text Example

White with #D673AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673AB; }

 p { color: rgb(214,115,171); }

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

background-color css

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

 a { background-color: rgb(214,115,171); }

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

border-color css

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

 span { border-color: rgb(214,115,171); }

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