Html Css Color HEX #D59BB1 Kobi

📋 copy color: '#D59BB1'

red 213 ◦ green 155 ◦ blue 177

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

Shades of Kobi #D59BB1

Tints of Kobi #D59BB1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

 BLUE value IS 177 (69.53% from 255) = 32.48%

R = 39.08%
G = 28.44%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D59BB1 (or 0xD59BB1) is known color: Kobi. HEX triplet: D5, 9B and B1. RGB value is (213,155,177). Sum of RGB (Red+Green+Blue) = 213+155+177=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BB1 is #2A644E. Grayscale: #AEAEAE. Windows color (decimal): -2778191 or 11639765. OLE color: 11639765.

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

Color convert

RGB 213 155 177 -
CMYK 0 0.27 0.17 0.16
HSL 337.24º 0.41% 0.72% -
HSV(B) 337.24º 0.27% 0.84% -
XYZ 47.1 40.76 46.98 -
YUV 174.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 213 155 177 0 0.27 0.17 0.16 337.24 0.41 0.72
Hex D5 9B B1 0 1B 11 10 151 29 48
Octal 325 233 261 0 33 21 20 521 51 110
Binary 11010101 10011011 10110001 0 11011 10001 10000 101010001 101001 1001000

Color Harmonies of #D59BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BB1

Black with #D59BB1

Text Example


Text Example

White with #D59BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BB1; }

 p { color: rgb(213,155,177); }

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

background-color css

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

 a { background-color: rgb(213,155,177); }

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

border-color css

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

 span { border-color: rgb(213,155,177); }

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