Html Css Color HEX #D074B2 Hopbush

📋 copy color: '#D074B2'

red 208 ◦ green 116 ◦ blue 178

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

Shades of Hopbush #D074B2

Tints of Hopbush #D074B2

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

 GREEN value IS 116 (45.7% from 255) = 23.11%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 41.43%
G = 23.11%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D074B2 (or 0xD074B2) is known color: Hopbush. HEX triplet: D0, 74 and B2. RGB value is (208,116,178). Sum of RGB (Red+Green+Blue) = 208+116+178=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D074B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074B2 is #2F8B4D. Grayscale: #969696. Windows color (decimal): -3115854 or 11695312. OLE color: 11695312.

HSL color Cylindrical-coordinate representation of color #D074B2: hue angle of 319.57º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074B2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 178 -
CMYK 0 0.44 0.14 0.18
HSL 319.57º 0.49% 0.64% -
HSV(B) 319.57º 0.44% 0.82% -
XYZ 40.29 29.12 45.62 -
YUV 150.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 208 116 178 0 0.44 0.14 0.18 319.57 0.49 0.64
Hex D0 74 B2 0 2C E 12 140 31 40
Octal 320 164 262 0 54 16 22 500 61 100
Binary 11010000 1110100 10110010 0 101100 1110 10010 101000000 110001 1000000

Color Harmonies of #D074B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074B2

Black with #D074B2

Text Example


Text Example

White with #D074B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074B2; }

 p { color: rgb(208,116,178); }

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

background-color css

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

 a { background-color: rgb(208,116,178); }

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

border-color css

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

 span { border-color: rgb(208,116,178); }

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