Html Css Color HEX #D589AC Kobi

📋 copy color: '#D589AC'

red 213 ◦ green 137 ◦ blue 172

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

Shades of Kobi #D589AC

Tints of Kobi #D589AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 40.8%
G = 26.25%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D589AC (or 0xD589AC) is known color: Kobi. HEX triplet: D5, 89 and AC. RGB value is (213,137,172). Sum of RGB (Red+Green+Blue) = 213+137+172=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D589AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589AC is #2A7653. Grayscale: #A3A3A3. Windows color (decimal): -2782804 or 11307477. OLE color: 11307477.

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

Color convert

RGB 213 137 172 -
CMYK 0 0.36 0.19 0.16
HSL 332.37º 0.48% 0.69% -
HSV(B) 332.37º 0.36% 0.84% -
XYZ 43.83 35.02 43.48 -
YUV 163.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 213 137 172 0 0.36 0.19 0.16 332.37 0.48 0.69
Hex D5 89 AC 0 24 13 10 14C 30 45
Octal 325 211 254 0 44 23 20 514 60 105
Binary 11010101 10001001 10101100 0 100100 10011 10000 101001100 110000 1000101

Color Harmonies of #D589AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589AC

Black with #D589AC

Text Example


Text Example

White with #D589AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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