Html Css Color HEX #D587AB Kobi

📋 copy color: '#D587AB'

red 213 ◦ green 135 ◦ blue 171

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

Shades of Kobi #D587AB

Tints of Kobi #D587AB

RGB

 RED value IS 213 (83.59% from 255) = 41.04%

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

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

R = 41.04%
G = 26.01%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D587AB (or 0xD587AB) is known color: Kobi. HEX triplet: D5, 87 and AB. RGB value is (213,135,171). Sum of RGB (Red+Green+Blue) = 213+135+171=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D587AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D587AB is #2A7854. Grayscale: #A2A2A2. Windows color (decimal): -2783317 or 11241429. OLE color: 11241429.

HSL color Cylindrical-coordinate representation of color #D587AB: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587AB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 171 -
CMYK 0 0.37 0.20 0.16
HSL 332.31º 0.48% 0.68% -
HSV(B) 332.31º 0.37% 0.84% -
XYZ 43.46 34.41 42.88 -
YUV 162.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 213 135 171 0 0.37 0.20 0.16 332.31 0.48 0.68
Hex D5 87 AB 0 25 14 10 14C 30 44
Octal 325 207 253 0 45 24 20 514 60 104
Binary 11010101 10000111 10101011 0 100101 10100 10000 101001100 110000 1000100

Color Harmonies of #D587AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587AB

Black with #D587AB

Text Example


Text Example

White with #D587AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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