Html Css Color HEX #D07DAB Hopbush

📋 copy color: '#D07DAB'

red 208 ◦ green 125 ◦ blue 171

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

Shades of Hopbush #D07DAB

Tints of Hopbush #D07DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 41.27%
G = 24.8%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D07DAB (or 0xD07DAB) is known color: Hopbush. HEX triplet: D0, 7D and AB. RGB value is (208,125,171). Sum of RGB (Red+Green+Blue) = 208+125+171=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07DAB is #2F8254. Grayscale: #9A9A9A. Windows color (decimal): -3113557 or 11238864. OLE color: 11238864.

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

Color convert

RGB 208 125 171 -
CMYK 0 0.40 0.18 0.18
HSL 326.75º 0.47% 0.65% -
HSV(B) 326.75º 0.4% 0.82% -
XYZ 40.7 31.02 42.37 -
YUV 155.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 208 125 171 0 0.40 0.18 0.18 326.75 0.47 0.65
Hex D0 7D AB 0 28 12 12 147 2F 41
Octal 320 175 253 0 50 22 22 507 57 101
Binary 11010000 1111101 10101011 0 101000 10010 10010 101000111 101111 1000001

Color Harmonies of #D07DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DAB

Black with #D07DAB

Text Example


Text Example

White with #D07DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DAB; }

 p { color: rgb(208,125,171); }

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

background-color css

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

 a { background-color: rgb(208,125,171); }

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

border-color css

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

 span { border-color: rgb(208,125,171); }

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