Html Css Color HEX #D673B0 Hopbush

📋 copy color: '#D673B0'

red 214 ◦ green 115 ◦ blue 176

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

Shades of Hopbush #D673B0

Tints of Hopbush #D673B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 42.38%
G = 22.77%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D673B0 (or 0xD673B0) is known color: Hopbush. HEX triplet: D6, 73 and B0. RGB value is (214,115,176). Sum of RGB (Red+Green+Blue) = 214+115+176=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673B0 is #298C4F. Grayscale: #979797. Windows color (decimal): -2722896 or 11563990. OLE color: 11563990.

HSL color Cylindrical-coordinate representation of color #D673B0: hue angle of 323.03º 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 #D673B0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 176 -
CMYK 0 0.46 0.18 0.16
HSL 323.03º 0.55% 0.65% -
HSV(B) 323.03º 0.46% 0.84% -
XYZ 41.7 29.69 44.61 -
YUV 151.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 214 115 176 0 0.46 0.18 0.16 323.03 0.55 0.65
Hex D6 73 B0 0 2E 12 10 143 37 41
Octal 326 163 260 0 56 22 20 503 67 101
Binary 11010110 1110011 10110000 0 101110 10010 10000 101000011 110111 1000001

Color Harmonies of #D673B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673B0

Black with #D673B0

Text Example


Text Example

White with #D673B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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