Html Css Color HEX #D589B2 Kobi

📋 copy color: '#D589B2'

red 213 ◦ green 137 ◦ blue 178

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

Shades of Kobi #D589B2

Tints of Kobi #D589B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 40.34%
G = 25.95%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D589B2 (or 0xD589B2) is known color: Kobi. HEX triplet: D5, 89 and B2. RGB value is (213,137,178). Sum of RGB (Red+Green+Blue) = 213+137+178=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D589B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D589B2 is #2A764D. Grayscale: #A4A4A4. Windows color (decimal): -2782798 or 11700693. OLE color: 11700693.

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

Color convert

RGB 213 137 178 -
CMYK 0 0.36 0.16 0.16
HSL 327.63º 0.48% 0.69% -
HSV(B) 327.63º 0.36% 0.84% -
XYZ 44.42 35.25 46.58 -
YUV 164.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 213 137 178 0 0.36 0.16 0.16 327.63 0.48 0.69
Hex D5 89 B2 0 24 10 10 148 30 45
Octal 325 211 262 0 44 20 20 510 60 105
Binary 11010101 10001001 10110010 0 100100 10000 10000 101001000 110000 1000101

Color Harmonies of #D589B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589B2

Black with #D589B2

Text Example


Text Example

White with #D589B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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