Html Css Color HEX #D587A9 Kobi

📋 copy color: '#D587A9'

red 213 ◦ green 135 ◦ blue 169

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

Shades of Kobi #D587A9

Tints of Kobi #D587A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.69%

R = 41.2%
G = 26.11%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D587A9 (or 0xD587A9) is known color: Kobi. HEX triplet: D5, 87 and A9. RGB value is (213,135,169). Sum of RGB (Red+Green+Blue) = 213+135+169=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D587A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D587A9 is #2A7856. Grayscale: #A2A2A2. Windows color (decimal): -2783319 or 11110357. OLE color: 11110357.

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

Color convert

RGB 213 135 169 -
CMYK 0 0.37 0.21 0.16
HSL 333.85º 0.48% 0.68% -
HSV(B) 333.85º 0.37% 0.84% -
XYZ 43.27 34.34 41.88 -
YUV 162.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 213 135 169 0 0.37 0.21 0.16 333.85 0.48 0.68
Hex D5 87 A9 0 25 15 10 14E 30 44
Octal 325 207 251 0 45 25 20 516 60 104
Binary 11010101 10000111 10101001 0 100101 10101 10000 101001110 110000 1000100

Color Harmonies of #D587A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587A9

Black with #D587A9

Text Example


Text Example

White with #D587A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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