Html Css Color HEX #D590A5 Kobi

📋 copy color: '#D590A5'

red 213 ◦ green 144 ◦ blue 165

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

Shades of Kobi #D590A5

Tints of Kobi #D590A5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 40.8%
G = 27.59%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D590A5 (or 0xD590A5) is known color: Kobi. HEX triplet: D5, 90 and A5. RGB value is (213,144,165). Sum of RGB (Red+Green+Blue) = 213+144+165=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D590A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D590A5 is #2A6F5A. Grayscale: #A7A7A7. Windows color (decimal): -2781019 or 10850517. OLE color: 10850517.

HSL color Cylindrical-coordinate representation of color #D590A5: hue angle of 341.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590A5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 165 -
CMYK 0 0.32 0.23 0.16
HSL 341.74º 0.45% 0.7% -
HSV(B) 341.74º 0.32% 0.84% -
XYZ 44.21 36.81 40.37 -
YUV 167.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 213 144 165 0 0.32 0.23 0.16 341.74 0.45 0.7
Hex D5 90 A5 0 20 17 10 156 2D 46
Octal 325 220 245 0 40 27 20 526 55 106
Binary 11010101 10010000 10100101 0 100000 10111 10000 101010110 101101 1000110

Color Harmonies of #D590A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590A5

Black with #D590A5

Text Example


Text Example

White with #D590A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590A5; }

 p { color: rgb(213,144,165); }

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

background-color css

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

 a { background-color: rgb(213,144,165); }

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

border-color css

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

 span { border-color: rgb(213,144,165); }

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