Html Css Color HEX #D970B0 Hopbush

📋 copy color: '#D970B0'

red 217 ◦ green 112 ◦ blue 176

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

Shades of Hopbush #D970B0

Tints of Hopbush #D970B0

RGB

 RED value IS 217 (85.16% from 255) = 42.97%

 GREEN value IS 112 (44.14% from 255) = 22.18%

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

R = 42.97%
G = 22.18%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D970B0 (or 0xD970B0) is known color: Hopbush. HEX triplet: D9, 70 and B0. RGB value is (217,112,176). Sum of RGB (Red+Green+Blue) = 217+112+176=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970B0 is #268F4F. Grayscale: #969696. Windows color (decimal): -2527056 or 11563225. OLE color: 11563225.

HSL color Cylindrical-coordinate representation of color #D970B0: hue angle of 323.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970B0 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 176 -
CMYK 0 0.48 0.19 0.15
HSL 323.43º 0.58% 0.65% -
HSV(B) 323.43º 0.48% 0.85% -
XYZ 42.25 29.47 44.54 -
YUV 150.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 217 112 176 0 0.48 0.19 0.15 323.43 0.58 0.65
Hex D9 70 B0 0 30 13 F 143 3A 41
Octal 331 160 260 0 60 23 17 503 72 101
Binary 11011001 1110000 10110000 0 110000 10011 1111 101000011 111010 1000001

Color Harmonies of #D970B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970B0

Black with #D970B0

Text Example


Text Example

White with #D970B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970B0; }

 p { color: rgb(217,112,176); }

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

background-color css

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

 a { background-color: rgb(217,112,176); }

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

border-color css

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

 span { border-color: rgb(217,112,176); }

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