Html Css Color HEX #D592A6 Kobi

📋 copy color: '#D592A6'

red 213 ◦ green 146 ◦ blue 166

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

Shades of Kobi #D592A6

Tints of Kobi #D592A6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.81%

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 40.57%
G = 27.81%
B = 31.62%

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

#D592A6 (or 0xD592A6) is known color: Kobi. HEX triplet: D5, 92 and A6. RGB value is (213,146,166). Sum of RGB (Red+Green+Blue) = 213+146+166=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D592A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D592A6 is #2A6D59. Grayscale: #A8A8A8. Windows color (decimal): -2780506 or 10916565. OLE color: 10916565.

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

Color convert

RGB 213 146 166 -
CMYK 0 0.31 0.22 0.16
HSL 342.09º 0.44% 0.7% -
HSV(B) 342.09º 0.31% 0.84% -
XYZ 44.6 37.46 40.96 -
YUV 168.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 213 146 166 0 0.31 0.22 0.16 342.09 0.44 0.7
Hex D5 92 A6 0 1F 16 10 156 2C 46
Octal 325 222 246 0 37 26 20 526 54 106
Binary 11010101 10010010 10100110 0 11111 10110 10000 101010110 101100 1000110

Color Harmonies of #D592A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592A6

Black with #D592A6

Text Example


Text Example

White with #D592A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592A6; }

 p { color: rgb(213,146,166); }

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

background-color css

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

 a { background-color: rgb(213,146,166); }

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

border-color css

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

 span { border-color: rgb(213,146,166); }

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