Html Css Color HEX #D089AD Kobi

📋 copy color: '#D089AD'

red 208 ◦ green 137 ◦ blue 173

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

Shades of Kobi #D089AD

Tints of Kobi #D089AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 40.15%
G = 26.45%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D089AD (or 0xD089AD) is known color: Kobi. HEX triplet: D0, 89 and AD. RGB value is (208,137,173). Sum of RGB (Red+Green+Blue) = 208+137+173=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D089AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089AD is #2F7652. Grayscale: #A2A2A2. Windows color (decimal): -3110483 or 11373008. OLE color: 11373008.

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

Color convert

RGB 208 137 173 -
CMYK 0 0.34 0.17 0.18
HSL 329.58º 0.43% 0.68% -
HSV(B) 329.58º 0.34% 0.82% -
XYZ 42.5 34.32 43.92 -
YUV 162.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 208 137 173 0 0.34 0.17 0.18 329.58 0.43 0.68
Hex D0 89 AD 0 22 11 12 14A 2B 44
Octal 320 211 255 0 42 21 22 512 53 104
Binary 11010000 10001001 10101101 0 100010 10001 10010 101001010 101011 1000100

Color Harmonies of #D089AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089AD

Black with #D089AD

Text Example


Text Example

White with #D089AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089AD; }

 p { color: rgb(208,137,173); }

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

background-color css

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

 a { background-color: rgb(208,137,173); }

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

border-color css

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

 span { border-color: rgb(208,137,173); }

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