Html Css Color HEX #D59FB0 Kobi

📋 copy color: '#D59FB0'

red 213 ◦ green 159 ◦ blue 176

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

Shades of Kobi #D59FB0

Tints of Kobi #D59FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 38.87%
G = 29.01%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D59FB0 (or 0xD59FB0) is known color: Kobi. HEX triplet: D5, 9F and B0. RGB value is (213,159,176). Sum of RGB (Red+Green+Blue) = 213+159+176=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FB0 is #2A604F. Grayscale: #B1B1B1. Windows color (decimal): -2777168 or 11575253. OLE color: 11575253.

HSL color Cylindrical-coordinate representation of color #D59FB0: hue angle of 341.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FB0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 176 -
CMYK 0 0.25 0.17 0.16
HSL 341.11º 0.39% 0.73% -
HSV(B) 341.11º 0.25% 0.84% -
XYZ 47.68 42.08 46.68 -
YUV 177.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 213 159 176 0 0.25 0.17 0.16 341.11 0.39 0.73
Hex D5 9F B0 0 19 11 10 155 27 49
Octal 325 237 260 0 31 21 20 525 47 111
Binary 11010101 10011111 10110000 0 11001 10001 10000 101010101 100111 1001001

Color Harmonies of #D59FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FB0

Black with #D59FB0

Text Example


Text Example

White with #D59FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FB0; }

 p { color: rgb(213,159,176); }

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

background-color css

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

 a { background-color: rgb(213,159,176); }

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

border-color css

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

 span { border-color: rgb(213,159,176); }

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