Html Css Color HEX #D0688C Hopbush

📋 copy color: '#D0688C'

red 208 ◦ green 104 ◦ blue 140

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

Shades of Hopbush #D0688C

Tints of Hopbush #D0688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 46.02%
G = 23.01%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0688C (or 0xD0688C) is known color: Hopbush. HEX triplet: D0, 68 and 8C. RGB value is (208,104,140). Sum of RGB (Red+Green+Blue) = 208+104+140=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0688C is #2F9773. Grayscale: #8B8B8B. Windows color (decimal): -3118964 or 9201872. OLE color: 9201872.

HSL color Cylindrical-coordinate representation of color #D0688C: hue angle of 339.23º 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 #D0688C is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 140 -
CMYK 0 0.5 0.33 0.18
HSL 339.23º 0.53% 0.61% -
HSV(B) 339.23º 0.5% 0.82% -
XYZ 35.7 25.2 27.79 -
YUV 139.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 208 104 140 0 0.5 0.33 0.18 339.23 0.53 0.61
Hex D0 68 8C 0 32 21 12 153 35 3D
Octal 320 150 214 0 62 41 22 523 65 75
Binary 11010000 1101000 10001100 0 110010 100001 10010 101010011 110101 111101

Color Harmonies of #D0688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0688C

Black with #D0688C

Text Example


Text Example

White with #D0688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0688C; }

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

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

background-color css

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

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

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

border-color css

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

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

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