Html Css Color HEX #D07AB0 Hopbush

📋 copy color: '#D07AB0'

red 208 ◦ green 122 ◦ blue 176

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

Shades of Hopbush #D07AB0

Tints of Hopbush #D07AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.11%

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

R = 41.11%
G = 24.11%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D07AB0 (or 0xD07AB0) is known color: Hopbush. HEX triplet: D0, 7A and B0. RGB value is (208,122,176). Sum of RGB (Red+Green+Blue) = 208+122+176=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07AB0 is #2F854F. Grayscale: #999999. Windows color (decimal): -3114320 or 11565776. OLE color: 11565776.

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

Color convert

RGB 208 122 176 -
CMYK 0 0.41 0.15 0.18
HSL 322.33º 0.48% 0.65% -
HSV(B) 322.33º 0.41% 0.82% -
XYZ 40.81 30.46 44.8 -
YUV 153.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 208 122 176 0 0.41 0.15 0.18 322.33 0.48 0.65
Hex D0 7A B0 0 29 F 12 142 30 41
Octal 320 172 260 0 51 17 22 502 60 101
Binary 11010000 1111010 10110000 0 101001 1111 10010 101000010 110000 1000001

Color Harmonies of #D07AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AB0

Black with #D07AB0

Text Example


Text Example

White with #D07AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AB0; }

 p { color: rgb(208,122,176); }

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

background-color css

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

 a { background-color: rgb(208,122,176); }

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

border-color css

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

 span { border-color: rgb(208,122,176); }

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