Html Css Color HEX #D675B0 Hopbush

📋 copy color: '#D675B0'

red 214 ◦ green 117 ◦ blue 176

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

Shades of Hopbush #D675B0

Tints of Hopbush #D675B0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.08%

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

R = 42.21%
G = 23.08%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D675B0 (or 0xD675B0) is known color: Hopbush. HEX triplet: D6, 75 and B0. RGB value is (214,117,176). Sum of RGB (Red+Green+Blue) = 214+117+176=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D675B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D675B0 is #298A4F. Grayscale: #989898. Windows color (decimal): -2722384 or 11564502. OLE color: 11564502.

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

Color convert

RGB 214 117 176 -
CMYK 0 0.45 0.18 0.16
HSL 323.51º 0.54% 0.65% -
HSV(B) 323.51º 0.45% 0.84% -
XYZ 41.93 30.15 44.68 -
YUV 152.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 214 117 176 0 0.45 0.18 0.16 323.51 0.54 0.65
Hex D6 75 B0 0 2D 12 10 144 36 41
Octal 326 165 260 0 55 22 20 504 66 101
Binary 11010110 1110101 10110000 0 101101 10010 10000 101000100 110110 1000001

Color Harmonies of #D675B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675B0

Black with #D675B0

Text Example


Text Example

White with #D675B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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