Html Css Color HEX #D594AB Kobi

📋 copy color: '#D594AB'

red 213 ◦ green 148 ◦ blue 171

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

Shades of Kobi #D594AB

Tints of Kobi #D594AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.82%

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 40.04%
G = 27.82%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D594AB (or 0xD594AB) is known color: Kobi. HEX triplet: D5, 94 and AB. RGB value is (213,148,171). Sum of RGB (Red+Green+Blue) = 213+148+171=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D594AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594AB is #2A6B54. Grayscale: #AAAAAA. Windows color (decimal): -2779989 or 11244757. OLE color: 11244757.

HSL color Cylindrical-coordinate representation of color #D594AB: hue angle of 338.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594AB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 171 -
CMYK 0 0.31 0.20 0.16
HSL 338.77º 0.44% 0.71% -
HSV(B) 338.77º 0.31% 0.84% -
XYZ 45.38 38.27 43.52 -
YUV 170.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 213 148 171 0 0.31 0.20 0.16 338.77 0.44 0.71
Hex D5 94 AB 0 1F 14 10 153 2C 47
Octal 325 224 253 0 37 24 20 523 54 107
Binary 11010101 10010100 10101011 0 11111 10100 10000 101010011 101100 1000111

Color Harmonies of #D594AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594AB

Black with #D594AB

Text Example


Text Example

White with #D594AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594AB; }

 p { color: rgb(213,148,171); }

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

background-color css

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

 a { background-color: rgb(213,148,171); }

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

border-color css

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

 span { border-color: rgb(213,148,171); }

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