Html Css Color HEX #D673A5 Hopbush

📋 copy color: '#D673A5'

red 214 ◦ green 115 ◦ blue 165

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

Shades of Hopbush #D673A5

Tints of Hopbush #D673A5

RGB

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

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

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

R = 43.32%
G = 23.28%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D673A5 (or 0xD673A5) is known color: Hopbush. HEX triplet: D6, 73 and A5. RGB value is (214,115,165). Sum of RGB (Red+Green+Blue) = 214+115+165=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D673A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673A5 is #298C5A. Grayscale: #969696. Windows color (decimal): -2722907 or 10843094. OLE color: 10843094.

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

Color convert

RGB 214 115 165 -
CMYK 0 0.46 0.23 0.16
HSL 329.7º 0.55% 0.65% -
HSV(B) 329.7º 0.46% 0.84% -
XYZ 40.65 29.27 39.11 -
YUV 150.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 214 115 165 0 0.46 0.23 0.16 329.7 0.55 0.65
Hex D6 73 A5 0 2E 17 10 14A 37 41
Octal 326 163 245 0 56 27 20 512 67 101
Binary 11010110 1110011 10100101 0 101110 10111 10000 101001010 110111 1000001

Color Harmonies of #D673A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673A5

Black with #D673A5

Text Example


Text Example

White with #D673A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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