Html Css Color HEX #D589A9 Kobi

📋 copy color: '#D589A9'

red 213 ◦ green 137 ◦ blue 169

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

Shades of Kobi #D589A9

Tints of Kobi #D589A9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.4%

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

R = 41.04%
G = 26.4%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D589A9 (or 0xD589A9) is known color: Kobi. HEX triplet: D5, 89 and A9. RGB value is (213,137,169). Sum of RGB (Red+Green+Blue) = 213+137+169=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D589A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589A9 is #2A7656. Grayscale: #A3A3A3. Windows color (decimal): -2782807 or 11110869. OLE color: 11110869.

HSL color Cylindrical-coordinate representation of color #D589A9: hue angle of 334.74º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D589A9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 169 -
CMYK 0 0.36 0.21 0.16
HSL 334.74º 0.48% 0.69% -
HSV(B) 334.74º 0.36% 0.84% -
XYZ 43.55 34.9 41.98 -
YUV 163.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 213 137 169 0 0.36 0.21 0.16 334.74 0.48 0.69
Hex D5 89 A9 0 24 15 10 14F 30 45
Octal 325 211 251 0 44 25 20 517 60 105
Binary 11010101 10001001 10101001 0 100100 10101 10000 101001111 110000 1000101

Color Harmonies of #D589A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589A9

Black with #D589A9

Text Example


Text Example

White with #D589A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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