Html Css Color HEX #D59DB3 Kobi

📋 copy color: '#D59DB3'

red 213 ◦ green 157 ◦ blue 179

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

Shades of Kobi #D59DB3

Tints of Kobi #D59DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 38.8%
G = 28.6%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D59DB3 (or 0xD59DB3) is known color: Kobi. HEX triplet: D5, 9D and B3. RGB value is (213,157,179). Sum of RGB (Red+Green+Blue) = 213+157+179=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB3 is #2A624C. Grayscale: #B0B0B0. Windows color (decimal): -2777677 or 11771349. OLE color: 11771349.

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

Color convert

RGB 213 157 179 -
CMYK 0 0.26 0.16 0.16
HSL 336.43º 0.4% 0.73% -
HSV(B) 336.43º 0.26% 0.84% -
XYZ 47.63 41.51 48.15 -
YUV 176.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 213 157 179 0 0.26 0.16 0.16 336.43 0.4 0.73
Hex D5 9D B3 0 1A 10 10 150 28 49
Octal 325 235 263 0 32 20 20 520 50 111
Binary 11010101 10011101 10110011 0 11010 10000 10000 101010000 101000 1001001

Color Harmonies of #D59DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DB3

Black with #D59DB3

Text Example


Text Example

White with #D59DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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