Html Css Color HEX #D59DB5 Kobi

📋 copy color: '#D59DB5'

red 213 ◦ green 157 ◦ blue 181

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

Shades of Kobi #D59DB5

Tints of Kobi #D59DB5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 38.66%
G = 28.49%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D59DB5 (or 0xD59DB5) is known color: Kobi. HEX triplet: D5, 9D and B5. RGB value is (213,157,181). Sum of RGB (Red+Green+Blue) = 213+157+181=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB5 is #2A624A. Grayscale: #B0B0B0. Windows color (decimal): -2777675 or 11902421. OLE color: 11902421.

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

Color convert

RGB 213 157 181 -
CMYK 0 0.26 0.15 0.16
HSL 334.29º 0.4% 0.73% -
HSV(B) 334.29º 0.26% 0.84% -
XYZ 47.84 41.6 49.22 -
YUV 176.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 213 157 181 0 0.26 0.15 0.16 334.29 0.4 0.73
Hex D5 9D B5 0 1A F 10 14E 28 49
Octal 325 235 265 0 32 17 20 516 50 111
Binary 11010101 10011101 10110101 0 11010 1111 10000 101001110 101000 1001001

Color Harmonies of #D59DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DB5

Black with #D59DB5

Text Example


Text Example

White with #D59DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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