Html Css Color HEX #D0689C Hopbush

📋 copy color: '#D0689C'

red 208 ◦ green 104 ◦ blue 156

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

Shades of Hopbush #D0689C

Tints of Hopbush #D0689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.22%

 BLUE value IS 156 (61.33% from 255) = 33.33%

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0689C (or 0xD0689C) is known color: Hopbush. HEX triplet: D0, 68 and 9C. RGB value is (208,104,156). Sum of RGB (Red+Green+Blue) = 208+104+156=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0689C is #2F9763. Grayscale: #8C8C8C. Windows color (decimal): -3118948 or 10250448. OLE color: 10250448.

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

Color convert

RGB 208 104 156 -
CMYK 0 0.5 0.25 0.18
HSL 330º 0.53% 0.61% -
HSV(B) 330º 0.5% 0.82% -
XYZ 36.96 25.71 34.47 -
YUV 141.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 208 104 156 0 0.5 0.25 0.18 330 0.53 0.61
Hex D0 68 9C 0 32 19 12 14A 35 3D
Octal 320 150 234 0 62 31 22 512 65 75
Binary 11010000 1101000 10011100 0 110010 11001 10010 101001010 110101 111101

Color Harmonies of #D0689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0689C

Black with #D0689C

Text Example


Text Example

White with #D0689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0689C; }

 p { color: rgb(208,104,156); }

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

background-color css

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

 a { background-color: rgb(208,104,156); }

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

border-color css

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

 span { border-color: rgb(208,104,156); }

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