Html Css Color HEX #D085AB Kobi

📋 copy color: '#D085AB'

red 208 ◦ green 133 ◦ blue 171

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

Shades of Kobi #D085AB

Tints of Kobi #D085AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

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

R = 40.63%
G = 25.98%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D085AB (or 0xD085AB) is known color: Kobi. HEX triplet: D0, 85 and AB. RGB value is (208,133,171). Sum of RGB (Red+Green+Blue) = 208+133+171=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D085AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085AB is #2F7A54. Grayscale: #9F9F9F. Windows color (decimal): -3111509 or 11240912. OLE color: 11240912.

HSL color Cylindrical-coordinate representation of color #D085AB: hue angle of 329.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085AB is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 171 -
CMYK 0 0.36 0.18 0.18
HSL 329.6º 0.44% 0.67% -
HSV(B) 329.6º 0.36% 0.82% -
XYZ 41.75 33.13 42.72 -
YUV 159.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 208 133 171 0 0.36 0.18 0.18 329.6 0.44 0.67
Hex D0 85 AB 0 24 12 12 14A 2C 43
Octal 320 205 253 0 44 22 22 512 54 103
Binary 11010000 10000101 10101011 0 100100 10010 10010 101001010 101100 1000011

Color Harmonies of #D085AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085AB

Black with #D085AB

Text Example


Text Example

White with #D085AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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