Html Css Color HEX #D07190 Hopbush

📋 copy color: '#D07190'

red 208 ◦ green 113 ◦ blue 144

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

Shades of Hopbush #D07190

Tints of Hopbush #D07190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 44.73%
G = 24.3%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07190 (or 0xD07190) is known color: Hopbush. HEX triplet: D0, 71 and 90. RGB value is (208,113,144). Sum of RGB (Red+Green+Blue) = 208+113+144=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07190 is #2F8E6F. Grayscale: #909090. Windows color (decimal): -3116656 or 9466320. OLE color: 9466320.

HSL color Cylindrical-coordinate representation of color #D07190: hue angle of 340.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07190 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 144 -
CMYK 0 0.46 0.31 0.18
HSL 340.42º 0.5% 0.63% -
HSV(B) 340.42º 0.46% 0.82% -
XYZ 36.95 27.23 29.69 -
YUV 144.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 208 113 144 0 0.46 0.31 0.18 340.42 0.5 0.63
Hex D0 71 90 0 2E 1F 12 154 32 3F
Octal 320 161 220 0 56 37 22 524 62 77
Binary 11010000 1110001 10010000 0 101110 11111 10010 101010100 110010 111111

Color Harmonies of #D07190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07190

Black with #D07190

Text Example


Text Example

White with #D07190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07190; }

 p { color: rgb(208,113,144); }

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

background-color css

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

 a { background-color: rgb(208,113,144); }

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

border-color css

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

 span { border-color: rgb(208,113,144); }

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