Html Css Color HEX #D087AB Kobi

📋 copy color: '#D087AB'

red 208 ◦ green 135 ◦ blue 171

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

Shades of Kobi #D087AB

Tints of Kobi #D087AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.26%

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

R = 40.47%
G = 26.26%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D087AB (or 0xD087AB) is known color: Kobi. HEX triplet: D0, 87 and AB. RGB value is (208,135,171). Sum of RGB (Red+Green+Blue) = 208+135+171=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D087AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087AB is #2F7854. Grayscale: #A0A0A0. Windows color (decimal): -3110997 or 11241424. OLE color: 11241424.

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

Color convert

RGB 208 135 171 -
CMYK 0 0.35 0.18 0.18
HSL 330.41º 0.44% 0.67% -
HSV(B) 330.41º 0.35% 0.82% -
XYZ 42.03 33.68 42.81 -
YUV 160.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 208 135 171 0 0.35 0.18 0.18 330.41 0.44 0.67
Hex D0 87 AB 0 23 12 12 14A 2C 43
Octal 320 207 253 0 43 22 22 512 54 103
Binary 11010000 10000111 10101011 0 100011 10010 10010 101001010 101100 1000011

Color Harmonies of #D087AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087AB

Black with #D087AB

Text Example


Text Example

White with #D087AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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