Html Css Color HEX #D07696 Hopbush

📋 copy color: '#D07696'

red 208 ◦ green 118 ◦ blue 150

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

Shades of Hopbush #D07696

Tints of Hopbush #D07696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 43.7%
G = 24.79%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D07696 (or 0xD07696) is known color: Hopbush. HEX triplet: D0, 76 and 96. RGB value is (208,118,150). Sum of RGB (Red+Green+Blue) = 208+118+150=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D07696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07696 is #2F8969. Grayscale: #949494. Windows color (decimal): -3115370 or 9860816. OLE color: 9860816.

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

Color convert

RGB 208 118 150 -
CMYK 0 0.43 0.28 0.18
HSL 338.67º 0.49% 0.64% -
HSV(B) 338.67º 0.43% 0.82% -
XYZ 38 28.57 32.37 -
YUV 148.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 208 118 150 0 0.43 0.28 0.18 338.67 0.49 0.64
Hex D0 76 96 0 2B 1C 12 153 31 40
Octal 320 166 226 0 53 34 22 523 61 100
Binary 11010000 1110110 10010110 0 101011 11100 10010 101010011 110001 1000000

Color Harmonies of #D07696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07696

Black with #D07696

Text Example


Text Example

White with #D07696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07696; }

 p { color: rgb(208,118,150); }

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

background-color css

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

 a { background-color: rgb(208,118,150); }

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

border-color css

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

 span { border-color: rgb(208,118,150); }

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