Html Css Color HEX #D593A7 Kobi

📋 copy color: '#D593A7'

red 213 ◦ green 147 ◦ blue 167

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

Shades of Kobi #D593A7

Tints of Kobi #D593A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.69%

R = 40.42%
G = 27.89%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D593A7 (or 0xD593A7) is known color: Kobi. HEX triplet: D5, 93 and A7. RGB value is (213,147,167). Sum of RGB (Red+Green+Blue) = 213+147+167=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D593A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593A7 is #2A6C58. Grayscale: #A9A9A9. Windows color (decimal): -2780249 or 10982357. OLE color: 10982357.

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

Color convert

RGB 213 147 167 -
CMYK 0 0.31 0.22 0.16
HSL 341.82º 0.44% 0.71% -
HSV(B) 341.82º 0.31% 0.84% -
XYZ 44.85 37.8 41.49 -
YUV 169.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 213 147 167 0 0.31 0.22 0.16 341.82 0.44 0.71
Hex D5 93 A7 0 1F 16 10 156 2C 47
Octal 325 223 247 0 37 26 20 526 54 107
Binary 11010101 10010011 10100111 0 11111 10110 10000 101010110 101100 1000111

Color Harmonies of #D593A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593A7

Black with #D593A7

Text Example


Text Example

White with #D593A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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