Html Css Color HEX #D59FB2 Kobi

📋 copy color: '#D59FB2'

red 213 ◦ green 159 ◦ blue 178

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

Shades of Kobi #D59FB2

Tints of Kobi #D59FB2

RGB

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

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

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

R = 38.73%
G = 28.91%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D59FB2 (or 0xD59FB2) is known color: Kobi. HEX triplet: D5, 9F and B2. RGB value is (213,159,178). Sum of RGB (Red+Green+Blue) = 213+159+178=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FB2 is #2A604D. Grayscale: #B1B1B1. Windows color (decimal): -2777166 or 11706325. OLE color: 11706325.

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

Color convert

RGB 213 159 178 -
CMYK 0 0.25 0.16 0.16
HSL 338.89º 0.39% 0.73% -
HSV(B) 338.89º 0.25% 0.84% -
XYZ 47.87 42.16 47.73 -
YUV 177.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 213 159 178 0 0.25 0.16 0.16 338.89 0.39 0.73
Hex D5 9F B2 0 19 10 10 153 27 49
Octal 325 237 262 0 31 20 20 523 47 111
Binary 11010101 10011111 10110010 0 11001 10000 10000 101010011 100111 1001001

Color Harmonies of #D59FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FB2

Black with #D59FB2

Text Example


Text Example

White with #D59FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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