Html Css Color HEX #D59BB5 Kobi

📋 copy color: '#D59BB5'

red 213 ◦ green 155 ◦ blue 181

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

Shades of Kobi #D59BB5

Tints of Kobi #D59BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.97%

R = 38.8%
G = 28.23%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D59BB5 (or 0xD59BB5) is known color: Kobi. HEX triplet: D5, 9B and B5. RGB value is (213,155,181). Sum of RGB (Red+Green+Blue) = 213+155+181=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BB5 is #2A644A. Grayscale: #AFAFAF. Windows color (decimal): -2778187 or 11901909. OLE color: 11901909.

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

Color convert

RGB 213 155 181 -
CMYK 0 0.27 0.15 0.16
HSL 333.1º 0.41% 0.72% -
HSV(B) 333.1º 0.27% 0.84% -
XYZ 47.5 40.93 49.11 -
YUV 175.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 213 155 181 0 0.27 0.15 0.16 333.1 0.41 0.72
Hex D5 9B B5 0 1B F 10 14D 29 48
Octal 325 233 265 0 33 17 20 515 51 110
Binary 11010101 10011011 10110101 0 11011 1111 10000 101001101 101001 1001000

Color Harmonies of #D59BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BB5

Black with #D59BB5

Text Example


Text Example

White with #D59BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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