Html Css Color HEX #D59EB4 Kobi

📋 copy color: '#D59EB4'

red 213 ◦ green 158 ◦ blue 180

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

Shades of Kobi #D59EB4

Tints of Kobi #D59EB4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 180 (70.7% from 255) = 32.67%

R = 38.66%
G = 28.68%
B = 32.67%

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

#D59EB4 (or 0xD59EB4) is known color: Kobi. HEX triplet: D5, 9E and B4. RGB value is (213,158,180). Sum of RGB (Red+Green+Blue) = 213+158+180=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EB4 is #2A614B. Grayscale: #B0B0B0. Windows color (decimal): -2777420 or 11837141. OLE color: 11837141.

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

Color convert

RGB 213 158 180 -
CMYK 0 0.26 0.15 0.16
HSL 336º 0.4% 0.73% -
HSV(B) 336º 0.26% 0.84% -
XYZ 47.91 41.9 48.74 -
YUV 176.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 213 158 180 0 0.26 0.15 0.16 336 0.4 0.73
Hex D5 9E B4 0 1A F 10 150 28 49
Octal 325 236 264 0 32 17 20 520 50 111
Binary 11010101 10011110 10110100 0 11010 1111 10000 101010000 101000 1001001

Color Harmonies of #D59EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EB4

Black with #D59EB4

Text Example


Text Example

White with #D59EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EB4; }

 p { color: rgb(213,158,180); }

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

background-color css

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

 a { background-color: rgb(213,158,180); }

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

border-color css

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

 span { border-color: rgb(213,158,180); }

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