Html Css Color HEX #D586A7 Kobi

📋 copy color: '#D586A7'

red 213 ◦ green 134 ◦ blue 167

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

Shades of Kobi #D586A7

Tints of Kobi #D586A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.49%

R = 41.44%
G = 26.07%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D586A7 (or 0xD586A7) is known color: Kobi. HEX triplet: D5, 86 and A7. RGB value is (213,134,167). Sum of RGB (Red+Green+Blue) = 213+134+167=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D586A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D586A7 is #2A7958. Grayscale: #A1A1A1. Windows color (decimal): -2783577 or 10979029. OLE color: 10979029.

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

Color convert

RGB 213 134 167 -
CMYK 0 0.37 0.22 0.16
HSL 334.94º 0.48% 0.68% -
HSV(B) 334.94º 0.37% 0.84% -
XYZ 42.94 33.99 40.86 -
YUV 161.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 213 134 167 0 0.37 0.22 0.16 334.94 0.48 0.68
Hex D5 86 A7 0 25 16 10 14F 30 44
Octal 325 206 247 0 45 26 20 517 60 104
Binary 11010101 10000110 10100111 0 100101 10110 10000 101001111 110000 1000100

Color Harmonies of #D586A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586A7

Black with #D586A7

Text Example


Text Example

White with #D586A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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