Html Css Color HEX #D599AD Kobi

📋 copy color: '#D599AD'

red 213 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D599AD

Tints of Kobi #D599AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.39%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 39.52%
G = 28.39%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D599AD (or 0xD599AD) is known color: Kobi. HEX triplet: D5, 99 and AD. RGB value is (213,153,173). Sum of RGB (Red+Green+Blue) = 213+153+173=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AD is #2A6652. Grayscale: #ADADAD. Windows color (decimal): -2778707 or 11377109. OLE color: 11377109.

HSL color Cylindrical-coordinate representation of color #D599AD: hue angle of 340º degrees, saturation: 0.42, 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 #D599AD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 173 -
CMYK 0 0.28 0.19 0.16
HSL 340º 0.42% 0.72% -
HSV(B) 340º 0.28% 0.84% -
XYZ 46.37 39.95 44.8 -
YUV 173.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 213 153 173 0 0.28 0.19 0.16 340 0.42 0.72
Hex D5 99 AD 0 1C 13 10 154 2A 48
Octal 325 231 255 0 34 23 20 524 52 110
Binary 11010101 10011001 10101101 0 11100 10011 10000 101010100 101010 1001000

Color Harmonies of #D599AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599AD

Black with #D599AD

Text Example


Text Example

White with #D599AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599AD; }

 p { color: rgb(213,153,173); }

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

background-color css

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

 a { background-color: rgb(213,153,173); }

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

border-color css

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

 span { border-color: rgb(213,153,173); }

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