Html Css Color HEX #D593AD Kobi

📋 copy color: '#D593AD'

red 213 ◦ green 147 ◦ blue 173

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

Shades of Kobi #D593AD

Tints of Kobi #D593AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.58%

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

R = 39.96%
G = 27.58%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D593AD (or 0xD593AD) is known color: Kobi. HEX triplet: D5, 93 and AD. RGB value is (213,147,173). Sum of RGB (Red+Green+Blue) = 213+147+173=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D593AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593AD is #2A6C52. Grayscale: #A9A9A9. Windows color (decimal): -2780243 or 11375573. OLE color: 11375573.

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

Color convert

RGB 213 147 173 -
CMYK 0 0.31 0.19 0.16
HSL 336.36º 0.44% 0.71% -
HSV(B) 336.36º 0.31% 0.84% -
XYZ 45.42 38.03 44.48 -
YUV 169.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 213 147 173 0 0.31 0.19 0.16 336.36 0.44 0.71
Hex D5 93 AD 0 1F 13 10 150 2C 47
Octal 325 223 255 0 37 23 20 520 54 107
Binary 11010101 10010011 10101101 0 11111 10011 10000 101010000 101100 1000111

Color Harmonies of #D593AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593AD

Black with #D593AD

Text Example


Text Example

White with #D593AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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