Html Css Color HEX #D074A0 Hopbush

📋 copy color: '#D074A0'

red 208 ◦ green 116 ◦ blue 160

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

Shades of Hopbush #D074A0

Tints of Hopbush #D074A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 42.98%
G = 23.97%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D074A0 (or 0xD074A0) is known color: Hopbush. HEX triplet: D0, 74 and A0. RGB value is (208,116,160). Sum of RGB (Red+Green+Blue) = 208+116+160=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D074A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074A0 is #2F8B5F. Grayscale: #949494. Windows color (decimal): -3115872 or 10515664. OLE color: 10515664.

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

Color convert

RGB 208 116 160 -
CMYK 0 0.44 0.23 0.18
HSL 331.3º 0.49% 0.64% -
HSV(B) 331.3º 0.44% 0.82% -
XYZ 38.6 28.44 36.71 -
YUV 148.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 208 116 160 0 0.44 0.23 0.18 331.3 0.49 0.64
Hex D0 74 A0 0 2C 17 12 14B 31 40
Octal 320 164 240 0 54 27 22 513 61 100
Binary 11010000 1110100 10100000 0 101100 10111 10010 101001011 110001 1000000

Color Harmonies of #D074A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074A0

Black with #D074A0

Text Example


Text Example

White with #D074A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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