Html Css Color HEX #D586AB Kobi

📋 copy color: '#D586AB'

red 213 ◦ green 134 ◦ blue 171

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

Shades of Kobi #D586AB

Tints of Kobi #D586AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.87%

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

R = 41.12%
G = 25.87%
B = 33.01%

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

#D586AB (or 0xD586AB) is known color: Kobi. HEX triplet: D5, 86 and AB. RGB value is (213,134,171). Sum of RGB (Red+Green+Blue) = 213+134+171=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D586AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D586AB is #2A7954. Grayscale: #A1A1A1. Windows color (decimal): -2783573 or 11241173. OLE color: 11241173.

HSL color Cylindrical-coordinate representation of color #D586AB: hue angle of 331.9º 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 #D586AB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 171 -
CMYK 0 0.37 0.20 0.16
HSL 331.9º 0.48% 0.68% -
HSV(B) 331.9º 0.37% 0.84% -
XYZ 43.32 34.14 42.83 -
YUV 161.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 213 134 171 0 0.37 0.20 0.16 331.9 0.48 0.68
Hex D5 86 AB 0 25 14 10 14C 30 44
Octal 325 206 253 0 45 24 20 514 60 104
Binary 11010101 10000110 10101011 0 100101 10100 10000 101001100 110000 1000100

Color Harmonies of #D586AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586AB

Black with #D586AB

Text Example


Text Example

White with #D586AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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