Html Css Color HEX #D599AE Kobi

📋 copy color: '#D599AE'

red 213 ◦ green 153 ◦ blue 174

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

Shades of Kobi #D599AE

Tints of Kobi #D599AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.22%

R = 39.44%
G = 28.33%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D599AE (or 0xD599AE) is known color: Kobi. HEX triplet: D5, 99 and AE. RGB value is (213,153,174). Sum of RGB (Red+Green+Blue) = 213+153+174=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AE is #2A6651. Grayscale: #ADADAD. Windows color (decimal): -2778706 or 11442645. OLE color: 11442645.

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

Color convert

RGB 213 153 174 -
CMYK 0 0.28 0.18 0.16
HSL 339º 0.42% 0.72% -
HSV(B) 339º 0.28% 0.84% -
XYZ 46.47 39.98 45.31 -
YUV 173.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 213 153 174 0 0.28 0.18 0.16 339 0.42 0.72
Hex D5 99 AE 0 1C 12 10 153 2A 48
Octal 325 231 256 0 34 22 20 523 52 110
Binary 11010101 10011001 10101110 0 11100 10010 10000 101010011 101010 1001000

Color Harmonies of #D599AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599AE

Black with #D599AE

Text Example


Text Example

White with #D599AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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