Html Css Color HEX #D59AB3 Kobi

📋 copy color: '#D59AB3'

red 213 ◦ green 154 ◦ blue 179

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

Shades of Kobi #D59AB3

Tints of Kobi #D59AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

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

R = 39.01%
G = 28.21%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D59AB3 (or 0xD59AB3) is known color: Kobi. HEX triplet: D5, 9A and B3. RGB value is (213,154,179). Sum of RGB (Red+Green+Blue) = 213+154+179=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AB3 is #2A654C. Grayscale: #AEAEAE. Windows color (decimal): -2778445 or 11770581. OLE color: 11770581.

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

Color convert

RGB 213 154 179 -
CMYK 0 0.28 0.16 0.16
HSL 334.58º 0.41% 0.72% -
HSV(B) 334.58º 0.28% 0.84% -
XYZ 47.13 40.51 47.98 -
YUV 174.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 213 154 179 0 0.28 0.16 0.16 334.58 0.41 0.72
Hex D5 9A B3 0 1C 10 10 14F 29 48
Octal 325 232 263 0 34 20 20 517 51 110
Binary 11010101 10011010 10110011 0 11100 10000 10000 101001111 101001 1001000

Color Harmonies of #D59AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AB3

Black with #D59AB3

Text Example


Text Example

White with #D59AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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