Html Css Color HEX #D087AC Kobi

📋 copy color: '#D087AC'

red 208 ◦ green 135 ◦ blue 172

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

Shades of Kobi #D087AC

Tints of Kobi #D087AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 40.39%
G = 26.21%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D087AC (or 0xD087AC) is known color: Kobi. HEX triplet: D0, 87 and AC. RGB value is (208,135,172). Sum of RGB (Red+Green+Blue) = 208+135+172=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D087AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087AC is #2F7853. Grayscale: #A0A0A0. Windows color (decimal): -3110996 or 11306960. OLE color: 11306960.

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

Color convert

RGB 208 135 172 -
CMYK 0 0.35 0.17 0.18
HSL 329.59º 0.44% 0.67% -
HSV(B) 329.59º 0.35% 0.82% -
XYZ 42.12 33.72 43.32 -
YUV 161.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 208 135 172 0 0.35 0.17 0.18 329.59 0.44 0.67
Hex D0 87 AC 0 23 11 12 14A 2C 43
Octal 320 207 254 0 43 21 22 512 54 103
Binary 11010000 10000111 10101100 0 100011 10001 10010 101001010 101100 1000011

Color Harmonies of #D087AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087AC

Black with #D087AC

Text Example


Text Example

White with #D087AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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