Html Css Color HEX #D589AD Kobi

📋 copy color: '#D589AD'

red 213 ◦ green 137 ◦ blue 173

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

Shades of Kobi #D589AD

Tints of Kobi #D589AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 40.73%
G = 26.2%
B = 33.08%

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

#D589AD (or 0xD589AD) is known color: Kobi. HEX triplet: D5, 89 and AD. RGB value is (213,137,173). Sum of RGB (Red+Green+Blue) = 213+137+173=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D589AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589AD is #2A7652. Grayscale: #A3A3A3. Windows color (decimal): -2782803 or 11373013. OLE color: 11373013.

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

Color convert

RGB 213 137 173 -
CMYK 0 0.36 0.19 0.16
HSL 331.58º 0.48% 0.69% -
HSV(B) 331.58º 0.36% 0.84% -
XYZ 43.93 35.05 43.99 -
YUV 163.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 213 137 173 0 0.36 0.19 0.16 331.58 0.48 0.69
Hex D5 89 AD 0 24 13 10 14C 30 45
Octal 325 211 255 0 44 23 20 514 60 105
Binary 11010101 10001001 10101101 0 100100 10011 10000 101001100 110000 1000101

Color Harmonies of #D589AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589AD

Black with #D589AD

Text Example


Text Example

White with #D589AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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