Html Css Color HEX #D671B1 Hopbush

📋 copy color: '#D671B1'

red 214 ◦ green 113 ◦ blue 177

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

Shades of Hopbush #D671B1

Tints of Hopbush #D671B1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 42.46%
G = 22.42%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D671B1 (or 0xD671B1) is known color: Hopbush. HEX triplet: D6, 71 and B1. RGB value is (214,113,177). Sum of RGB (Red+Green+Blue) = 214+113+177=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D671B1 is #298E4E. Grayscale: #969696. Windows color (decimal): -2723407 or 11629014. OLE color: 11629014.

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

Color convert

RGB 214 113 177 -
CMYK 0 0.47 0.17 0.16
HSL 321.98º 0.55% 0.64% -
HSV(B) 321.98º 0.47% 0.84% -
XYZ 41.57 29.28 45.06 -
YUV 150.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 214 113 177 0 0.47 0.17 0.16 321.98 0.55 0.64
Hex D6 71 B1 0 2F 11 10 142 37 40
Octal 326 161 261 0 57 21 20 502 67 100
Binary 11010110 1110001 10110001 0 101111 10001 10000 101000010 110111 1000000

Color Harmonies of #D671B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B1

Black with #D671B1

Text Example


Text Example

White with #D671B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B1; }

 p { color: rgb(214,113,177); }

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

background-color css

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

 a { background-color: rgb(214,113,177); }

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

border-color css

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

 span { border-color: rgb(214,113,177); }

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